Not tappable overlay

INT.INTRO
@overlay FAQ create
@overlay FAQ opacity 1 in 0
&overlay FAQ shifts to -123 1 in zone 1
&overlay FAQ scales to 1.000 1.000
&overlay FAQ moves to layer 1
@overlay CREDITS create
@overlay CREDITS opacity 1 in 0
&overlay CREDITS shifts to -166 -105 in zone 1
&overlay CREDITS scales to 1.254 1.254
&overlay CREDITS moves to layer 2

label outro_menu

tappable
“FAQ” {
sound button_click
@overlay FAQ opacity 0 in 0
goto QandA
} “CREDITS” {
sound button_click
@overlay CREDITS opacity 0 in 0
goto credits
}

label QandA

    NARRATOR
What questions would you like to ask?

choice
“How often do you update?” {
NARRATOR

goto QandA

} “How many love interests?” {
NARRATOR

goto QandA

} “Can I customize again?” {
NARRATOR

goto QandA

} “How many chapters will be there?” {
NARRATOR

goto QandA

} “I’m done asking questions.” {

    NARRATOR
Are you sure you're done asking questions?

choice
“Yes, I’m done.” {
} “No, take me back.” {
goto QandA
}
@overlay FAQ opacity 1 in 0
goto outro_menu
}

label credits

    NARRATOR
Credits 

.
.
.
@overlay CREDITS opacity 1 in 0
goto outro_menu

credits is not tappable

i cant see anything wrong with ur script unless im stupid but once this happened to me and i was so confused but it was because one of my overlays empty background space was covering the other overlay. its very hard to explain post your overlays and ill see.

1 Like


ok yeh so when i click on them theres lots of blank space around it

see?
So the overlays could be overlapping each other even if it doesnt look like theyre. Try cropping them and then reuploading them.

1 Like

Okay thank you :blush:

1 Like