# I don't want to go back scene 1

**URL:** https://forum.kirupa.com/t/i-dont-want-to-go-back-scene-1/25387
**Category:** flash
**Created:** [July 12, 2003, 2:36am UTC](https://forum.kirupa.com/t/i-dont-want-to-go-back-scene-1/25387 "2003-07-12T02:36:50Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![awz](https://avatars.discourse-cdn.com/v4/letter/a/ec9cab/32.png) [@awz](https://forum.kirupa.com/u/awz)
#### Post date: [July 12, 2003, 2:36am UTC](https://forum.kirupa.com/t/i-dont-want-to-go-back-scene-1/25387/1 "2003-07-12T02:36:50Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 12, 2003, 2:51am UTC](https://forum.kirupa.com/t/i-dont-want-to-go-back-scene-1/25387/2 "2003-07-12T02:51:52Z")

</div>

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;)

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 12, 2003, 7:43am UTC](https://forum.kirupa.com/t/i-dont-want-to-go-back-scene-1/25387/3 "2003-07-12T07:43:04Z")

</div>

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