Tappable texting overlays won't work!

So I’ve made my own text bubbles and everything, I’ve placed them in the correct position and the first text will fade in you tap it and the next one appears so on and so forth, but when i go to tap the first text bubble nothing happens!

can somone help me?

SCRIPT:
INT.ISIS TEXT MESSAGE - DAY with TEXT1 to 1.000 113 436 with TEXT2 to 1.000 115 382 with TEXT3 to 1.000 2 319 with TEXT4 to 1.000 4 280 with TEXT5 to 1.000 3 225 with TEXT6 to 1.000 112 178 with TEXT7 1.000 0 123 with TEXT8 to 1.000 111 50
&overlay TEXT1 opacity 0 in 0
&overlay TEXT2 opacity 0 in 0
&overlay TEXT3 opacity 0 in 0
&overlay TEXT4 opacity 0 in 0
&overlay TEXT5 opacity 0 in 0
&overlay TEXT6 opacity 0 in 0
&overlay TEXT7 opacity 0 in 0
&overlay TEXT8 opacity 0 in 0
@zoom reset
@pause for a beat
@overlay TEXT1 opacity 1 in 1.5
label tappable_overlays
tappable
“TEXT1” {
@pause for a beat
}
“TEXT2” {
@overlay TEXT2 opacity 1 in 1.5
@pause for a beat
}
“TEXT3” {
@overlay TEXT3 opacity 1 in 1.5
@pause for a beat
}
“TEXT4” {
@overlay TEXT4 opacity 1 in 1.5
@pause for a beat
}
“TEXT5” {
@overlay TEXT5 opacity 1 in 1.5
@pause for a beat
}
“TEXT6” {
@overlay TEXT6 opacity 1 in 1.5
@pause for a beat
}
“TEXT7” {
@overlay TEXT7 opacity 1 in 1.5
@pause for a beat
}
“TEXT8” {
@overlay TEXT8 opacity 1 in 1.5
@pause for a beat
}
goto tappable_overlays

(I know i have something wrong i just don’t know how to fix it)

Well for your first one, you only have “@pause for a beat”

i put that there because i thought that when you tap it, it will pause for a beat then the next one will fade in etc.

1 Like

It’s just that you don’t have any overlay command after it… So the reason it might not be doing anything is because you only have the pause and nothing else

ohhhhh, so if i put @overlay OVERLAYNAME opacity # in # after the pause for a beat it will work?

1 Like

AAAHAHAHAHAHA IT WORKED IM SO SMART BUT I WOULDN’T HAVE BEEN ABLE TO FIGURE IT OUT WITHOUT YOU THANK QQQQ!!! (I owe you one)

1 Like

All good. Happy to help :blush:

ok i need help again lol, ive put the labels there so that it works and all but when its finished it won’t go to another scene how would i fix this?