Go to and play

so i am making a web site and i have a movieclip with all my navigatiion and buttons and all that. the problem being when i try and apply the goToAndPlay to the button in the movie clip it does not work. all that happens is you click the button in the MC and the MC plays over again. my code on the button is:

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