A Flash Developer Resource Site

Results 1 to 10 of 10

Thread: sonyclassics.com/goodbye/

Hybrid View

  1. #1
    -----------------
    Join Date
    Aug 2002
    Location
    Netherlands
    Posts
    176

    sonyclassics.com/goodbye/


  2. #2
    Senior Member nepzap2's Avatar
    Join Date
    Dec 2000
    Posts
    1,112
    I think it's good. I like the originality of it.

  3. #3
    Top-A-Top Flasher
    Join Date
    Feb 2002
    Location
    Toronto / Yard
    Posts
    81
    www.mrrich.net
    info@mrrich.net

  4. #4
    is not a good designer. No-Tec's Avatar
    Join Date
    Aug 2002
    Posts
    1,349
    Anyone know how they did that mouse follow? My new site is pretty much exactly like that, but I like this effect better. Hm, maybe?
    maybe.

  5. #5
    FK's official coffee addict gasbag15's Avatar
    Join Date
    Aug 2001
    Location
    Melbourne
    Posts
    1,867
    you mean the mouse follow thing with the little text bubble when you scroll over an image?

  6. #6
    Senior Member
    Join Date
    Feb 2004
    Posts
    164
    wow.. im impressed by the zoom in zoom out thing.. i dont really care for the site other wise. very creative... but nah
    i love you..

    ~dl coming soon

    latest work, my only flash work so far..
    http://www.flashkit.com/board/showth...hreadid=538337

  7. #7
    Illuminatus! fospher.com's Avatar
    Join Date
    Jan 2002
    Location
    5th Dimension
    Posts
    2,185
    Excellent site, as well as the movie looks like. Very original, yet very structured.

  8. #8
    Friend of the People
    Join Date
    Nov 2002
    Posts
    144
    Originally posted by Mr Rich

  9. #9
    mouse over thingy:

    make a mc whare frame 1 is empty and with a stop(); in it. frame to is the lable fading in, then it stops and then it fades out.

    Put it on the stage with the instance name "lable", and give it these actions:

    onClipEvent(enterFrame) {
    if(this._currentframe > 1) {
    this._x = _root._xmouse + 5;
    this._y = _root._ymouse + 5;
    }
    }

    then just give a button these actions:

    on (rollOver) {
    lable.gotoAndPlay(2);
    }
    on (rollOut) {
    lable.gotoAndPlay("fadeout");
    }

    the site was pretty cool too.

  10. #10
    Older Member jankratochvil's Avatar
    Join Date
    Nov 2001
    Location
    CZECH
    Posts
    977
    interesting conception

    I remeber thist time in Czech!

    I like all FLASH fans, but my girl can't stand them.
    -------------------------------------------
    I am still learning
    Sorry for my stupid questions (sometimes) and bad English.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center