Overlay won't appear?

I have all the correct commands but when I go to the preview my overlay doesn’t appear.
This is the script:
&overlay STREET CORNER create
@overlay STREET CORNER shifts to -5 -1 in zone 1
@overlay STREET CORNER scales to 1.000 1.000
@overlay STREET CORNER moves to layer 1

try add
@overlay STREET CORNER opacity 1

Pretty sure you have to put the opacity to one, when you create an overlay Episode automatically sets the opacity to 0

You need to add
@overlay STREET CORNER opacity 1 in 0

OR

@overlay STREET CORNER opacity 100%

I had this same issue, this is what resolved it

thank for this now why are they not tap in story lord help me

you have to code them to be tappable.

Would you like me to help you with that?

Thank you that really helped

1 Like

For a tappable overlay you need to code it like this (using the overlay example from this thread)

You would have your directing for the overlay first.

&overlay STREET CORNER create
&overlay STREET CORNER opacity 1 in 0
&overlay STREET CORNER shifts to -5 -1 in zone 1
&overlay STREET CORNER scales to 1.000 1.000
&overlay STREET CORNER moves to layer 1

then code it as if it were a choice.

tappable

“STREET CORNER” {
(then you would have your directing following this by either using a goto/label, or writing your direction straight after.
}

yup

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.