# Scene issue

**URL:** https://forum.kirupa.com/t/scene-issue/38525
**Category:** Uncategorized
**Created:** [December 24, 2003, 10:45am UTC](https://forum.kirupa.com/t/scene-issue/38525 "2003-12-24T10:45:53Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![sonnyz](https://avatars.discourse-cdn.com/v4/letter/s/51bf81/32.png) [@sonnyz](https://forum.kirupa.com/u/sonnyz)
#### Post date: [December 24, 2003, 10:45am UTC](https://forum.kirupa.com/t/scene-issue/38525/1 "2003-12-24T10:45:53Z")

</div>

Hello peeps, im a noob at actoinscripting  
Anyway, I want the movieclip in Frame 1 Scene 1 to finish before skipping to Frame 2 Scene 1  
im using  
gotoAndStop(“Scene 1”, 2);  
at the end of the MC

thanks in advanced

---

<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: [December 24, 2003, 11:08am UTC](https://forum.kirupa.com/t/scene-issue/38525/2 "2003-12-24T11:08:42Z")

</div>

Use  
[AS]\_root.gotoAndStop(2);[/AS]

If you want to go to another scene better use framelabels  
[AS]\_root.gotoAndStop(“framelabel”);[/AS]

However I shouldn’t use scenes, take a look here  
[http://www.kirupa.com/developer/mx/full\_site.htm](http://www.kirupa.com/developer/mx/full_site.htm)

scotty:?)
