Surely an easy question; Linking to scenes

I can’t for the life of me work out how to do it.

The code I’m running is;

on (release) {
gotoAndStop(“scene2”, 1);
}

and it doesn’t generate any errors, but nothing happens. What am I doing wrong?
The page loads with a stop(); too.
Thanks,

Alex