Friday, January 8, 2010

In Flash actionscript 2, after movie clip is over how do you make the MAIN timeline continue?

I don't want the clip to loop so I added a stop action at the end. I don't want tohave to push a button to go to the next frame I just want it to continue on with the timeline, probably another movie clip.In Flash actionscript 2, after movie clip is over how do you make the MAIN timeline continue?
If you want the main timeline play and the movie clip to stop, in the frame of your movie clip under your stop(); action, type ';_root.play();'; withouth the quotes.


good luckIn Flash actionscript 2, after movie clip is over how do you make the MAIN timeline continue?
Use the root goto and play code the root is the main timeline just go to the frame you want it to continue. Hold on ill get the code.This should work _root.nextFrame()

No comments:

Post a Comment