Link to home
Start Free TrialLog in
Avatar of iDeej
iDeejFlag for Australia

asked on

AS3 to transition movie clips?

I have 4  movie clips that I want to play one after the other. I was hoping to have a simple transition between the movie clips. what is the best way to do this using AS3?
Avatar of moagrius
moagrius
Flag of United States of America image

assuming you want any particular movie clip to transition out at the last frame and load the new one, add the transition out code to the last frame of each one as well as a call to remove the current child (removeChild) and add the next one (addChild), then the transition in code.
ASKER CERTIFIED SOLUTION
Avatar of ssdesign
ssdesign

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial