Gotoandplay() does not work

Please help. I’m not an expert with AS, and my GotoAndPlay(scene, frame) does not work.
My Scene 1 has a button (on frame 1), and the action on the button is to play the music in Scene 2:

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

on my Scene 2, I only have the music.
Thanks