My overlay isn't in the right place

I’m having trouble getting my overlay to go in the right place, instead its always in the bottom left corner. Here is my script:

@overlay MUSTACHE create
@overlay MUSTACHE moves to layer 2
@overlay MUSTACHE opacity 1 in 0
@pause for a beat
@overlay MUSTACHE shifts to 184 265
@overlay MUSTACHE shifts to 0.543 0.543
@overlay MUSTACHE rotates -100 anchor point 0.0 0.0 in 0
@pause for 2
ARIA (talk_think_neutral)
Now to dispose of the evidence…
@pause for a beat
@ARIA faces right
@ARIA is slapface_give_angry
@ARIA walks to spot 0.915 400 160 AND ARIA is run_super_speed_loop
@zoom on 0 0 to 100% in 0

I don’t know if I’m missing anything or if I didn’t do something right. If you know what’s wrong I could really use your help,

  1. When you have @overlay MUSTACHE shifts to 0.543 0.543 it should be @overlay MUSTACHE scales to 0.543 0.543

  2. If the overlay isn’t needed to be rotated you don’t need to include it in

When you rotate overlays, it will nearly always move to a different spot on the screen. You’ll have to move it back to where you need it then use these new shift spots. Also, as said above, you need to change shifts to to scales to :slight_smile:

Thank you so much! I can’t believe I missed that.:woozy_face:

1 Like

Thank you so much this is the first time I’ve used overlays.:cowboy_hat_face:

1 Like

It’s no problem, happens to me all the time!!

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