# gotoAndPlay next scene dilemma

**URL:** https://forum.kirupa.com/t/gotoandplay-next-scene-dilemma/60076
**Category:** flash
**Created:** [August 6, 2004, 8:14am UTC](https://forum.kirupa.com/t/gotoandplay-next-scene-dilemma/60076 "2004-08-06T08:14:07Z")
**Posts on this page:** 14
**Page:** 1

<div class="post-metadata">

### Author: ![sieghart](https://avatars.discourse-cdn.com/v4/letter/s/e79b87/32.png) [@sieghart](https://forum.kirupa.com/u/sieghart)
#### Post date: [August 6, 2004, 8:14am UTC](https://forum.kirupa.com/t/gotoandplay-next-scene-dilemma/60076/1 "2004-08-06T08:14:07Z")

</div>

have any of you guys experienced this problem?! here’s the deal, i’ve got me a multiple scene movie, i’ve assigned a button to proceed to scene 2 when clicked but when i’m clickin it, it just goes back to the present scene (scene 1)… i’m goin nuts in here… :pa: … can anyone spare any help?!

please i need it a.s.a.p.

---

<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: [August 6, 2004, 8:18am UTC](https://forum.kirupa.com/t/gotoandplay-next-scene-dilemma/60076/2 "2004-08-06T08:18:55Z")

</div>

One possibility, if you are using ‘Test scene’ to preview, then all buttons linked outside of that scene auromatically take you to the beggining of the present scene, use test movie - also sometimes with things like this as silly as it sounds, ensure your script is correct, save, exit and restart Flash and you may find it works… nothings perfect! Let me know how you get on.

---

<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: [August 6, 2004, 8:19am UTC](https://forum.kirupa.com/t/gotoandplay-next-scene-dilemma/60076/3 "2004-08-06T08:19:04Z")

</div>

Use frame labels to target your scenes:[AS]on (release) {  
gotoAndPlay(“frameLabel”);  
}[/AS]Don’t depend on Flash when you’re dealing with scenes. So place a Frame Label on the first frame of every scene (not the same one of course), and that should work.

---

<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: [August 6, 2004, 8:27am UTC](https://forum.kirupa.com/t/gotoandplay-next-scene-dilemma/60076/4 "2004-08-06T08:27:14Z")

</div>

> [@flufilms](#):
>
> One possibility, if you are using ‘Test scene’ to preview, then all buttons linked outside of that scene auromatically take you to the beggining of the present scene, use test movie - also sometimes with things like this as silly as it sounds, ensure your script is correct, save, exit and restart Flash and you may find it works… nothings perfect! Let me know how you get on.

yes i’m kinda using the ‘test scene’ to preview my movie… so if i’ll try to run the movie as it is, as a whole, it might work?!

---

<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: [August 6, 2004, 8:28am UTC](https://forum.kirupa.com/t/gotoandplay-next-scene-dilemma/60076/5 "2004-08-06T08:28:33Z")

</div>

> [@wizard](#):
>
> Use frame labels to target your scenes:[AS]on (release) {  
> gotoAndPlay(“frameLabel”);  
> }[/AS]Don’t depend on Flash when you’re dealing with scenes. So place a Frame Label on the first frame of every scene (not the same one of course), and that should work.

ahhhhh… oki… i’m kinda a newbie on scripting, i’ve just jumped from photoshop to Flash… :pleased:

thankies

---

<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: [August 6, 2004, 8:29am UTC](https://forum.kirupa.com/t/gotoandplay-next-scene-dilemma/60076/6 "2004-08-06T08:29:30Z")

</div>

> [@wizard](#):
>
> Use frame labels to target your scenes:[AS]on (release) {  
> gotoAndPlay(“frameLabel”);  
> }[/AS]Don’t depend on Flash when you’re dealing with scenes. So place a Frame Label on the first frame of every scene (not the same one of course), and that should work.

ahhhhh… oki… i’m kinda a newbie on scripting, i’ve just jumped from photoshop to Flash… :pleased:

ohh and one more thing, will the ‘next scene’ problem be affected if my movie is 10-15 mb?! i mean will it still jump to the scene that i want?!

---

<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: [August 6, 2004, 8:39am UTC](https://forum.kirupa.com/t/gotoandplay-next-scene-dilemma/60076/7 "2004-08-06T08:39:11Z")

</div>

> [@sieghart](#):
>
> ahhhhh… oki… i’m kinda a newbie on scripting, i’ve just jumped from photoshop to Flash… :pleased:
> 
> ohh and one more thing, will the ‘next scene’ problem be affected if my movie is 10-15 mb?! i mean will it still jump to the scene that i want?!

The size should not affect it at all, as long as your script is correct. 😉

---

<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: [August 6, 2004, 8:46am UTC](https://forum.kirupa.com/t/gotoandplay-next-scene-dilemma/60076/8 "2004-08-06T08:46:54Z")

</div>

thanks man, you’re saving my neck…

i’m kinda new in here so i’m kinda lookin for some friends…

---

<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: [August 6, 2004, 8:50am UTC](https://forum.kirupa.com/t/gotoandplay-next-scene-dilemma/60076/9 "2004-08-06T08:50:50Z")

</div>

> [@sieghart](#):
>
> thanks man, you’re saving my neck…
> 
> i’m kinda new in here so i’m kinda lookin for some friends…

Everyone here is considered a friend. 🍺

But, I’m gonna take off now, it’s 2:00 in the morning here and I’m getting pretty sleepy. Glad I was able to help, see you around.

---

<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: [August 6, 2004, 11:32am UTC](https://forum.kirupa.com/t/gotoandplay-next-scene-dilemma/60076/10 "2004-08-06T11:32:15Z")

</div>

hi,  
u must use differet button in diff scen not comman button to all scen…then it will work.suppose u used ‘btn1’ to scen1,2,3, it’ll goes to at the start of first scen.

in scen one\>on layer \> use btn1 - "here is your btn action"  
in scen Two\>on layer \> use btn2 - “here is your btn action”

* * *

otherwise u may use directly script…as told by wizard and seihart…

---

<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: [August 6, 2004, 9:56pm UTC](https://forum.kirupa.com/t/gotoandplay-next-scene-dilemma/60076/11 "2004-08-06T21:56:16Z")

</div>

oki thanks… with all your advices i’m pretty much sure that it’ll work… i’m glad a i’m a me,ber of this community…

---

<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: [August 6, 2004, 10:00pm UTC](https://forum.kirupa.com/t/gotoandplay-next-scene-dilemma/60076/12 "2004-08-06T22:00:50Z")

</div>

> [@sieghart](#):
>
> i’m glad a i’m a me,ber of this community…

:thumb:

---

<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: [August 7, 2004, 6:47am UTC](https://forum.kirupa.com/t/gotoandplay-next-scene-dilemma/60076/13 "2004-08-07T06:47:39Z")

</div>

thanks to everyone that post… because of your suggestions i was able to solve the problem… thank you…

---

<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: [August 7, 2004, 7:32am UTC](https://forum.kirupa.com/t/gotoandplay-next-scene-dilemma/60076/14 "2004-08-07T07:32:07Z")

</div>

> [@sieghart](#):
>
> thanks to everyone that post… because of your suggestions i was able to solve the problem… thank you…

You’re welcome. 🙂
