Rotating a boxing bag

I’m not sure how to make it move to the right, any help?!
Here’s the code if you can’t see it.
INT. STAGE - DAY with BOXING
@zoom reset
@overlay 5157933752254464_BOXING shifts to 62 200
@overlay 5157933752254464_BOXING scales to 1.492 1.492

@GRACE spot 0.947 88 198 AND GRACE is idle_punch AND GRACE faces right
@pause for 2
&GRACE is punch_jab
@overlay 5157933752254464_BOXING shifts to 215 387 AND overlay 5157933752254464_BOXING scales to 1.492 1.492 AND overlay BOXING rotates 10 anchor point 0.5 0.5 in 0.5 using easebackout
@overlay BOXING rotates anchor point 2 2 in 0.3 using easebounceout AND overlay 5157933752254464_BOXING shifts to 881 841 AND overlay 5157933752254464_BOXING scales to 1.492 1.492

IMG_0769|374x500

Maybe try
&overlay 5157933752254464_BOXING shifts to 62 200
&overlay 5157933752254464_BOXING scales to 1.492 1.492
&overlay 5157933752254464_BOXING rotates to 45

I think if you use & then the overlay will rotate. if that doesn’t work @Dara.Amarie has a link to moving overlays.

It says ‘Invalid rotate value for overlay animation’ ??

Ok well my guess to search moving overlays, I think the first post or second one has the template.

Ah, when I looked it didn’t need the ‘to’ In the code but now it just falls to the right? I’ll send a ss

1 Like

Your anchor point is invalid.

0, 0 is the bottom left
1, 1 is the top right.

Your X and Y value must be between 0 and 1.

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