# How to move between scenes?

**URL:** https://forum.kirupa.com/t/how-to-move-between-scenes/176911
**Category:** Uncategorized
**Created:** [January 27, 2006, 11:15pm UTC](https://forum.kirupa.com/t/how-to-move-between-scenes/176911 "2006-01-27T23:15:37Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![romka](https://avatars.discourse-cdn.com/v4/letter/r/6bbea6/32.png) [@romka](https://forum.kirupa.com/u/romka)
#### Post date: [January 27, 2006, 11:15pm UTC](https://forum.kirupa.com/t/how-to-move-between-scenes/176911/1 "2006-01-27T23:15:37Z")

</div>

hei, I’m having a problem with moving from scene to scene.  
In scene 1, there is a button inside a movie clip. On release it should take you to scene 2 frame 1. I found a piece of code from Flash help but it seems not working.

// This script takes the user to Scene 2 when goScene\_btn  
// is released.  
goScene\_btn.onRelease = function (){  
gotoAndStop(“Scene 2”, 1);  
};

Think something is missing. I haven’t used multiple frames before and would be glad to receive some help.
