This is stupid but I'm stuck

Ok… So I have a move clip thats like a pop up, when it pops up I want it so that when I select the goto Button is takes me to a new Scene where different info is held. I’ve done this hundreds of times but this time it just will not work.

The code is basically:

 
on(release){
 
_root.gotoAndStop("Scene 2", 1)
}