Making an overlay spin counterclockwise?

Hey guys! Is there a way to make an overlay spin counterclockwise? LMK please x

#Here are examples:

#clockwise:

&overlay NAME create
&overlay NAME scales to 1.063 1.063 in zone 1 in 0
&overlay NAME shifts to 165 258 in zone 1 in 0
&overlay NAME to layer 3
&overlay NAME rotates 0 anchor point 0.5 0.5 in 0
&overlay NAME opacity 1 in 0

&overlay NAME rotates 360 anchor point 0.5 0.5 in 2 THEN overlay NAME rotates 0 anchor point 0.5 0.5 in 0 loop INFINITE times

@pause for 7

NARR
This is the case where the overlay is going clockwise.

#counterclockwise:

&overlay NAME create
&overlay NAME scales to 1.063 1.063 in zone 1 in 0
&overlay NAME shifts to 165 258 in zone 1 in 0
&overlay NAME to layer 3
&overlay NAME rotates 360 anchor point 0.5 0.5 in 0
&overlay NAME opacity 1 in 0

&overlay NAME rotates 0 anchor point 0.5 0.5 in 2 THEN overlay NAME rotates 360 anchor point 0.5 0.5 in 0 loop INFINITE times

@pause for 7

NARR
This is the case where the overlay is going counter clockwise.

5 Likes

Yes ma’am! :two_hearts:

Here’s a youtube link in case you need a ittle more help
https://www.youtube.com/watch?v=tQjqd7czSJI&t=126s

2 Likes

Thank you x

Thank you! I’ll try it x

First I need get a blank black wall so I could used this right?

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