Calling all coders!

please help, every time i press preview my main menu does not appear. Can someone please help me fix this? Here is my script

label menu

@overlay START BUTTON create
@overlay 4628770297413632_START shifts to 48 312 in zone 1
@overlay 4628770297413632_START scales to 0.008 0.008
@overlay START opacity 1 in 1

@overlay SKIP BUTTON create
@overlay 4628770297413632_SKIP shifts to 50 250 in zone 1
@overlay 4628770297413632_SKIP scales to 0.008 0.008
@overlay SKIP opacity 1 in 1

@overlay CUSTOMIZE BUTTON create
@overlay 4628770297413632_CUSTOMISE shifts to 52 169 in zone 1
@overlay 4628770297413632_CUSTOMISE scales to 0.008 0.008
@overlay CUSTOMISE opacity 1 in 1

tappable
“START” {

@overlay START BUTTON clear
@overlay SKIP BUTTON clear
@overlay CUSTOMISE BUTTON clear

NARRATOR
Are you sure you want to start this chapter?

choice
“Yes, I want to start.” {

goto start

}
“No, I don’t want to start…” {

goto menu

}
}
“SKIP” {

@overlay START BUTTON clear
@overlay SKIP BUTTON clear
@overlay CUSTOMISE BUTTON clear

NARRATOR

Are you sure you want to skip this chapter?
choice
“Yes, I want to skip.” {

goto skip

}
“No, I don’t want to skip…” {

goto menu

}

}
“CUSTOMISE” {

@overlay START BUTTON clear
@overlay SKIP BUTTON clear
@overlay CUSTOMISE BUTTON clear

NARRATOR
You have the chance to customize the characters now.

#add the customisation here and after that:

goto menu
}

Your overlay names don’t match up. You have both START and START BUTTON, SKIP and SKIP BUTTON, and then CUSTOMIZE with a “z” and CUSTOMISE with an “s”

1 Like

Thank you, but it’s still saying the label “Start” and the label “Skip” do not exist, i keep changing them but they are not working. I’ve changed everything else like you suggested and i think it worked. Just not the labels

Do you have the labels start and skip in your script? You only showed the gotos. Where are the labels

I don’t know if I have any…

That’s why you have that warning message. You need to add the labels

1 Like

How do I do that?

I figured it out, thank you!

1 Like

@Sydney_H please close this :cowboy_hat_face:

1 Like

Closed by OP request. :smiley: