# Wont go to Scene 2

**URL:** https://forum.kirupa.com/t/wont-go-to-scene-2/48677
**Category:** Uncategorized
**Created:** [April 15, 2004, 6:31pm UTC](https://forum.kirupa.com/t/wont-go-to-scene-2/48677 "2004-04-15T18:31:21Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jjfunkydude](https://avatars.discourse-cdn.com/v4/letter/j/3e96dc/32.png) [@jjfunkydude](https://forum.kirupa.com/u/jjfunkydude)
#### Post date: [April 15, 2004, 6:31pm UTC](https://forum.kirupa.com/t/wont-go-to-scene-2/48677/1 "2004-04-15T18:31:21Z")

</div>

I am making a flash and I want it so that when you press a certain button it goes to scene 2.  
the actionscript I’m using doesnt work. Is there a better script?

on (release) {  
gotoAndStop(“scene 2”, 1);  
}
