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)
}