Linking scenes with buttons

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???