Where oh where did I go wrong? Goto Frame simply will not go!

Hi,

I got this animation that plays to frame 10 the stops. A “Next” button appears and when to user clicks it, he is tranfered to frame 11 which has a stop action and a movieclip,

with me,

the movie clip plays until it reaches a frame within its timeline that is supposed to send the viewer instantly to frame 12 on the main(scene 1) timeline where he sees the continueing animation.

get the picture?

seemed like a reasonably simple AS to code here but when the MC plays to its last frame that is supposed to trigger frame 12(main), the MC jitters and will not budge.

heres my code:

on frame 10 is a button with the:

[COLOR=DarkRed]on (release) {
gotoAndPlay(11);
}[/COLOR]

(that works)

at the end of the MC on frame 11:

[COLOR=DarkRed]gotoAndPlay(“Scene 1”, “12”);[/COLOR] <<<here is the prob!!! (I tried adding “stop” here too, to no avail!)

also tried

[COLOR=DarkRed]gotoAndPlay(“Scene 1”, “end”);[/COLOR] end being a frame label but no luck!!!

can someone point out my mistake? Seems simple but I can’t seem to locate it!

Thanks