Help with Rotating Overlay!

Im coding a scene and I want the overlay “wheel” to rotate in place


However when I use the code @overlay WHEEL rotates 360 anchor point 0.5 0.5 in 1 it ends up rotating all the way in the bottom over here

Does anyone know what I’m doing incorrectly? I’'m not sure if its because of something with my anchor point.

Rotation changes the overlay’s position.

  1. Let the overlay make this “weird” movement to the bottom
  2. Place it back to where it should be
  3. Put that position a line before the rotation.

Example:

&overlay WHEEL shifts to <original position here>
&overlay WHEEL shifts to <new position here> in 0
&overlay WHEEL rotates 360 anchor point 0.5 0.5 in 1

Hope this helps :slight_smile:

1 Like

Thank you sm!

1 Like

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