Hey! I’m having troubles with my overlay… As seen on the pics… At first it’s full screen, it goes off the screen and then comes back again. But i want it to stay and scale back to small. What am i doing wrong? Need help ASAP
When you previed the whole scene, your overlay should be now at size 0.622 as you commanded in the last line (1546). Now use the Spot Helper to put it in the right place again, then see if the coordinates are different than in line 1545, if so - correct it.
Hello,
I’m too lazy to read the comments so idk if this was already suggested but first when you put an overlay in the scene that you intend on rotating, you need to set its rotation position by putting
&overlay OVERLAYNAME rotates 0 anchor point 0.5 0.5 in 0 at the beginning so after line 1525 and then create the shifts spot for it. Otherwise it’ll jump to a new default place when rotating later. So you’ll have to redo your shifts codes.
So on line 1526, add that reset code there:
&overlay OVERLAYNAME rotates 0 anchor point 0.5 0.5 in 0
And then right “After” the opacity code
Put a:
NARR
Pause
Then save and preview the screen and see where your overlay appears and then spot where you want it to start and replace that shifts code you had to start with, with the new one. And then delete the NARR dialogue and then pause for the rest of the shifts code and fix where it goes because they won’t align the way you intended, they’ll have to be redone.
Also you don’t need to clear the overlay and recreate it. Just put the opacity to 0 when you want it to vanish and then put the opacity to 1 when you want it to be visible again.