Help Needed for rotating an overlays

I can’t figure out how to have my magic swirl rotate as it moves ive tried multiple different codes and it won’t work please someone help me

DARA’S GUIDE: Overlays hope this page helps :slight_smile:

1 Like
&overlay OVERLAY rotates 360 anchor point 0.5 0.5 in # THEN overlay OVERLAY rotates 0 anchor point 0.5 0.5 in 0 loop # times
@overlay OVERLAY shifts to x y in zone # in # 

Hope this helps!

2 Likes


Hopefully this helps a little

2 Likes

@Ryder14 @schittwriter @starrtheauthor So I have tried all of these and none of them work this is my coding for it and at one point it worked and now it won’t work again and I need it to continue to spin.
&overlay MAGIC SWIRL rotates 360 anchor point 0.5 0.5 in 0.5 loop INFINITE times

This is only half of the code. :sweat_smile:

There is more here:

1 Like

Im sorry im not quite understanding? Everything you just wrote is what I have just with the numbers?

There are two rotation commands on the same line, not one. The first has a rotation of 360 degrees and the second has a rotation of 0 degrees which is technically the same spot as 360 but it allows the overlay to do a full rotation. The second one must have 0 seconds, but the first rotation can be however many seconds you want it to take to rotate.

I hope that explained it a bit more? :sweat_smile:

1 Like

Yes, that makes much more sense. And it worked wow thank you so much!! You have made my life much more easier!!!

1 Like

You’re very welcome!

1 Like