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)