# Linking scenes with buttons

**URL:** https://forum.kirupa.com/t/linking-scenes-with-buttons/149701
**Category:** flash
**Created:** [May 31, 2005, 6:23pm UTC](https://forum.kirupa.com/t/linking-scenes-with-buttons/149701 "2005-05-31T18:23:36Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Jeff\_Wood\_Net](https://avatars.discourse-cdn.com/v4/letter/j/a183cd/32.png) [@Jeff\_Wood\_Net](https://forum.kirupa.com/u/Jeff_Wood_Net)
#### Post date: [May 31, 2005, 6:23pm UTC](https://forum.kirupa.com/t/linking-scenes-with-buttons/149701/1 "2005-05-31T18:23:36Z")

</div>

I am using Flash MX and I can not seem to link scenes with buttons. In flash 5 it was so easy, but I must be missing something. Here is what I have for the actions on the button:  
on (release) {  
gotoAndPlay (“Scene 2”, 1);  
}

What is wrong???
