Scene Playing

okay so im trying to create a game for school, there are 3 parts to it, the menu, game and highscores. ive made it so that it stops on the first frame (menu), then when you press play it goes to the play screen, i use the code GoToAndStop(“game”) which is on frame 11. now this is where it goes wrong, it goes from frame 11 to frame 21 then back to frame 1 and stops. in my code on “game” which is frames 11 to 20 i have this.play() when i button is clicked and right at the end of the code i have GoToAndPlay(“game”)

Plz help, Bimzy