# Push the Stupid button and

**URL:** https://forum.kirupa.com/t/push-the-stupid-button-and/154411
**Category:** Uncategorized
**Created:** [July 9, 2005, 1:40pm UTC](https://forum.kirupa.com/t/push-the-stupid-button-and/154411 "2005-07-09T13:40:12Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![TheMaxExp](https://avatars.discourse-cdn.com/v4/letter/t/5f8ce5/32.png) [@TheMaxExp](https://forum.kirupa.com/u/TheMaxExp)
#### Post date: [July 9, 2005, 1:40pm UTC](https://forum.kirupa.com/t/push-the-stupid-button-and/154411/1 "2005-07-09T13:40:12Z")

</div>

I push the stupid button and NOTHING HAPPENS. How can I make it so that when I push the right key on the keyboard, the movie goes to another scene?

I got this far.

```auto
on (keyPress "<Left>") {
	gotoAndPlay(33);
}

```
