stupid flash question
stupid flash question
Out of context: Reply #1
- Started
- Last post
- 7 Responses
- blaw0
on whatever your event is (onClick, etc.), instead of loading the new movie, gotoAndPlay a frame in the loaded movie that plays the fadeout animation.
if you need to determine a specific movie to load, have the event set a variable that gets check at the end of the animation (if x==movie_02 loadMovieNum etc...).
That's the general idea, anyway.