I have a big problem with this script:

on (rollOver) {
this.gotoAndPlay("s5");
}
on (releaseOutside, rollOut) {
this.gotoAndPlay(_totalframes-_currentframe);
}

on (release) {
gotoAndPlay("Scene 2", 1);
}


because I can't understand what happen with the button... I need to go the scene 1 to scene 2. I think is simple but the button is wrong for something.


Thanks for your help.