I don't want to go back scene 1

Flash MX

OK. let’s try it this way. Scene 1 starts and finishes, leading to scene 2. Now I want to stay in Scene 2 for the rest of the remaining time the viewer is at the site. How do I stay in scene 2 and not looping back to scene 1 when scene 2 ends it’s timeline.

I don’t want to use a stop();command because I want Scene 2 to keep playing, not stop.
Please Help. Thanks.

simply put something like goToAndPlay(1); in the last frame of your second scene and it should loop back to the first frame of the scene;)

Have you tired putting a stop(); at the end of scene 2’s aniamiton?