# Gotoandplay scene in the infinite menu buttons

**URL:** https://forum.kirupa.com/t/gotoandplay-scene-in-the-infinite-menu-buttons/44248
**Category:** Uncategorized
**Created:** [March 2, 2004, 5:07am UTC](https://forum.kirupa.com/t/gotoandplay-scene-in-the-infinite-menu-buttons/44248 "2004-03-02T05:07:36Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![DownOver](https://avatars.discourse-cdn.com/v4/letter/d/c68b51/32.png) [@DownOver](https://forum.kirupa.com/u/DownOver)
#### Post date: [March 2, 2004, 5:07am UTC](https://forum.kirupa.com/t/gotoandplay-scene-in-the-infinite-menu-buttons/44248/1 "2004-03-02T05:07:36Z")

</div>

I am implimenting the infinite menu tutorial in Flash MX 2004. I put in buttons into the bar for a transition from one scene to the next. I CANNOT get it to switch the scenes for me. I applied the action script to the buttons themselves. Here is the code:

on (release) {  
gotoAndPlay (“Scene 2”, 1)  
}
