Hey, so when you do the size/move/layer and click copy and paste it into your script it looks something like :
@overlay NAME shifts to 0 0 in zone 1
@overlay NAME scales to 1.000 1.000
@overlay NAME moves to layer 0
( whatever the size/scale/layer #s are)
You have to add : @overlay NAME opacity 1 (which is fully visible) or if you want to spot an overlay to “appear” later in the scenes you would put @overlay NAME opacity 0 then when you want it to appear you would use either @ or &overlay NAME opacity 1 (you can fade it in by putting “in #” after the opacity #
I’ve gotten into the habit of changing the @'s to:
&overlay NAME shifts to 0 0 in zone 1 and overlay NAME scales to 1.000 1.000 and overlay NAME to layer 0 and overlay NAME opacity 1
to shorten the space it takes up in my script- it will show the same as if you left it in separate lines but I think it looks cleaner to have it on one.
When you simply copy/paste what it gives you and play through it on your phone/device, they won’t appear unless you add the “overlay NAME opacity 1”.
Does this help explain it better?