PDA

View Full Version : How to Use Labels To Jump Around


jleo
01-21-2007, 02:00 AM
I have a flash movie that has labels for load, intro and main.

I wanted to have the preloader on frame 1, the intro anim on frame 10, and the main assets on frame 20. I am having a hard time trying to get things to work right.

The intro movie clip has more frames in it than the frames between each label. So it stops real fast and gets cut off. How would I say "jump to the intro, stop there, but play all the frames that the movie clips contain?

Any help from a genius is much appreciated...

red01
01-23-2007, 01:59 AM
put a stop() in the main timeline and the movieclip(s) will keep on playing once it is at the end of the movieclip play the main timeline again by using _parent.play(); :)