# Changing scene and go to frame

**URL:** https://forum.kirupa.com/t/changing-scene-and-go-to-frame/95914
**Category:** Uncategorized
**Created:** [December 2, 2003, 12:33pm UTC](https://forum.kirupa.com/t/changing-scene-and-go-to-frame/95914 "2003-12-02T12:33:32Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![k\_boy](https://avatars.discourse-cdn.com/v4/letter/k/13edae/32.png) [@k\_boy](https://forum.kirupa.com/u/k_boy)
#### Post date: [December 2, 2003, 12:33pm UTC](https://forum.kirupa.com/t/changing-scene-and-go-to-frame/95914/1 "2003-12-02T12:33:32Z")

</div>

I´m having troubles with a game i´ve made. When the game is finished the movie is in scene 3, then I want to press a button on the keyboard and the movie should go to scene 1, frame 400. How to?

I´ve tried:

[AS]on (keyPress “a”) {  
gotoAndStop(“Scene 1”, 400);  
}[/AS]

but it doesn´t work, the stuff on scene 3 is still visible when I press the button, and the stuff on scene 1 just shows for a short moment. weird.

so, please help!
