Overlay position help

Hey, I’m having some trouble with my overlay. When I see it on the screen on my computer it works as I want it to, but in the app the overlay is placed in a whole other position. What do I do?

This is how my script looks:

pause for a beat
zoom on 40 361 to 160% in 2
overlay TEAR create
&overlay TEAR opacity 1
&overlay TEAR shifts to 80 282
&overlay TEAR scales to 0.417 0.417
overlay TEAR shifts to 80 143 in 1.5
&overlay TEAR opacity 0 in 1.5
pause for a beat
pause for a beat
transition fade out black in 2

My recommendation would be to “in zone #” after all of the shifting.

The same thing happened to me today, it’s a glitch I believe. The best you can do is:

@pause for a beat
@zoom on 40 361 to 160% in 2
&overlay TEAR create
&overlay TEAR opacity 1
&overlay TEAR shifts to 80 282
@overlay TEAR scales to 0.417 0.417
@pause for 0.1
&/@overlay TEAR shifts to 80 143 in 1.5
&overlay TEAR opacity 0 in 1.5
@pause for a beat
@pause for a beat
@transition fade out black in 2

1 Like

Yeah, I realized that

1 Like

You may wanna file a ticket if this happens frequently.