Error Tappable overlay not used..?

Hi everyone,
so I have made a menu with a tappable overlay :start episode, with a label to start it and even though it seems to work in my opinion. I keep getting the error label Start_Episode is never used… Does anyone know why maybe? Is there a mistake in my script?

@overlay START EPISODE MENU create
@overlay START EPISODE MENU opacity 1
@overlay START EPISODE MENU shifts to 106 87 in zone 1
@overlay START EPISODE MENU scales to 0.766 0.766
@overlay START EPISODE MENU moves to layer 4
tappable
“START EPISODE MENU” {

}

label START_EPISODE

when I tap the overlay it just goes on to the rest I wrote…

1 Like

You havent given goto?

I didn’t/don’t know if I needed one… I also wasn’t sure where to put that?..

1 Like

When you use label " " you usually give goto " "

tappable
“START EPISODE MENU”{

goto START_EPISODE

}

label START_EPISODE

Try this one sweetheart!
If there is any more problem let me know!

1 Like

Now it’s working. Thank you so much! :smiley:

1 Like

your welcome :smiley:
You can close this thread by giving ‘solution’
If you have any more issues dm me love
I would love to help
IG - _angryybirdd _

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.