Simple gotoAndPlay question

Hello, I am sort of new to AS (Flash MX) and ive been having trouble with a game ive been trying to make.

I have a scene for the title screen and a scene for the game itself. On the title screen i have a start button, that when clicked it is supposed to go to the game scene; but for some reason this wont work. This is the code I have so far, any help would be appreciated. Thanks guys.

actions for startclick (start)

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