A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: how do the smooth transitions work?

  1. #1
    "way too many questions"
    Join Date
    Feb 2001
    Posts
    312

    how do the smooth transitions work?

    Hi guys!

    I was wondering how the smooth transitions work in sites like 2advanced (and many mor, but 2a is one of the most popular sites since years). You click on a button, then a movie will be played ( most of the time some closing "doors") and when the "doors" open the new subject will be underneath it.

    I always use the LoadMovie command for al my site subjects (every subject= different swf file loaded in my root.swf).

    Could you do it like this ( not the actual code, just the idea)

    Code:
    on (release) {
        tellTarget ("doors") {
            gotoAndPlay(1);
        }
    }
    But how do I tell this movieclip "doors" which external movie it should load? How do I use a variable here? And should the "doors"movieclip be in my root, or should it also be external?

    I really hope somebody can explain this ( I will write a tutorial about it, because it really seems handy to me!)


    thnx
    \joris/
    Please check my site here or help me with ideas

    Celeron 1GigaHZ
    32MB tnt2 videocard
    256 SDRAM

  2. #2
    "way too many questions"
    Join Date
    Feb 2001
    Posts
    312
    why is it that I always find a good tutorial AFTER I posted on FK?

    http://www.kirupa.com/developer/mx/p...transition.htm

    great one
    \joris/
    Please check my site here or help me with ideas

    Celeron 1GigaHZ
    32MB tnt2 videocard
    256 SDRAM

  3. #3
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Because I was out, and couldn't post that link before you found it!

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