Hi!
Does anyone know if tappable overlays are available for everybody?
I tried to use one in my story but it doesn’t seem to work!
they are still in beta testing but works alright (for now )
what’s the problem?
I tried to create a tappable overlay using the guide I found here: A Basic Guide to Tappable Overlays
But it does not work.
What’s your script?
EXT. DOURO GAIA - NIGHT with PORTUGAL with VNG with ORANGE DOT
&overlay 5259725057163264_PORTUGAL shifts to -164 42 in 0
&overlay 5259725057163264_PORTUGAL scales to 2.128 2.128 in 0
&overlay 5259725057163264_VNG shifts to -68 211 in 0
&overlay 5259725057163264_VNG scales to 1.279 1.279 in 0
&overlay PORTUGAL moves to layer 1
&overlay VNG moves to layer 2
&overlay PORTUGAL opacity 75% in 0
&overlay 5259725057163264_ORANGE DOT shifts to -43 255 in 0
&overlay 5259725057163264_ORANGE DOT scales to 1.000 1.000 in 0
NARRATOR
Tap the City
tappable “OVERLAY_VNG” {
NARRATOR
Let's FLY!!!
}
tappable “VNG” { <— you need to use exact overlay name here
NARRATOR
Let's FLY!!!
}
Ok. So I just erase “overlay”?
yes