I have been trying to create a classroom scene for a while, but for some reason when I add multiple overlays it lets me choose where I want them and size but when I go to play them on my story they do not show up?
Is there anyone who can help with this as this is part of my story and in desperate need of some help.
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â.