Skip to main content
Known Participant
June 24, 2007
Question

Best way to accomplish this transition

  • June 24, 2007
  • 2 replies
  • 251 views
Just wondering if anybody had some tips on what the best way to accomplish outro and intro transitions from one page to the other. The pages are loaded from external swf files using (load). This is my current plan of attack, it is to have intro animation at the start of each file and outro animation at the end of each swf file. When a button is clicked to load a new file, it will execute a gotoAndPlay(); command that effects the loaded swf file to play the outro animation at the end. Once the end is reached i was planning on setting up a local connection between the main container flash file and the loaded flash file to let the main file know that the transition animation is done playing (probably sending in integer value to a conditional statement in the main file that would then use that change in value to execute the loading of the new file). This is all i can think of. Is there a function that i don't know of that would make this a lot easier? Any suggestions on how to do the best possible transitions between externaly linked pages would be appreciated :). O, and I'm using Actionscript 3.0^^. Thank you :).

This topic has been closed for replies.

2 replies

Known Participant
June 25, 2007
well this is what i came up with and it works. But any help on making it better woudl be apreciated :). (even if i have to totally revamp it. just want to learn the best way. ty :) )
Known Participant
June 24, 2007
; ; been looking thorugh books all day cant seem to find a more efficient way to do this. Is this the best way? doesnt seem very practicle, lol. Anybody can lend some tips? :)