Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Timeline Control Question

Status
Not open for further replies.

MonkeyBeard

Technical User
Dec 9, 2004
23
US
I have an animation. It's broken into 2 scenes. I want it to play the first scene ONCE, and then move on to scene 2 and loop Scene 2 infinitely.
How do I get it to only play the first scene once, and then loop the second scene?

I'm new to Flash, so details would be really helpful. Thanks a bunch in advance.
 
Label the first frame of your scene 2 with the label scene2_start, and on the last frame of scene 2, on a keyframe add...

_level0.gotoAndPlay("scene2_start");

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top