Can I loop rotating overlays?

Okay so, I wanted to do a loop on a rotating overlay, but it isn’t working. My script looks like that:

&overlay WATER CIRCLE rotates 360 anchor point 0.5 0.5 in 1 loop INFINITE times

I also tried using THEN, but it didn’t work. So, I was wondering if I’m actually able to do that

2 Likes

That’s because it will just do a 360 and stop it can’t do a 360 while being on a 360. You can try this:

&overlay WATER CIRCLE rotates 360 anchor point 0.5 0.5 in 1 THEN overlay WATER CIRCLE rotates 0 anchor point 0.5 0.5 in 1 loop INFINITE times

1 Like

tysmmm​:heart::heart:

1 Like

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