# Simple question - nextScene

**URL:** https://forum.kirupa.com/t/simple-question-nextscene/69691
**Category:** Uncategorized
**Created:** [November 6, 2004, 11:31pm UTC](https://forum.kirupa.com/t/simple-question-nextscene/69691 "2004-11-06T23:31:51Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ceebeenet](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/ceebeenet/32/829_2.png) [@ceebeenet](https://forum.kirupa.com/u/ceebeenet)
#### Post date: [November 6, 2004, 11:31pm UTC](https://forum.kirupa.com/t/simple-question-nextscene/69691/1 "2004-11-06T23:31:51Z")

</div>

I’d like to know how to switch scene with a button.

I thought it would be something like

```auto

on (release) {
nextScene();
}

```

or

```auto

on (release) {
gotoAndPlay(scenenumber,1);
}

```

And I got an other question, I used flashmx and I upgraded to 2004, I was wondering where the hell is the scene panel?
