This is embarrassing ~ simple button problem

Okay. :diss:

I’ve tried everything, please help a sister out! Here’s the link to my website

my issue is as follows:

when you click on the first square on top, it takes you to my reel, no problem so far. Except that if you click it again, say by mistake or cause you’re a bit impatient like me, it takes you to the next page. If you keep clicking the button, it’ll take you to the page after that. It’s acting as though it’s a next button and it is NOT. It’s supposed to take you to the reel scene and the reel scene only. Below is the script I have on the button. Tell me what am I doing wrong. It might be something really, really stupid I might have missed, but I’ve looked all over the place and can’t find an answer.

on (release) {
gotoAndPlay(“reel”, “1”);
}

I’ve tried switching from on (release) to on (press). Stayed the same
I’ve tried switching to play a label instead of frame “1”. Stayed the same.

I’ve tried this:

this.button.onPress = function() {
gotoAnd Play(“reel”, “1”);

};

Stayed the same.

Help please :player:

deelly