I need help to get a overlay to spin around

hi!

Can someone help me fix this problem?
@overlay PURPLE_MAGIC_SPHERE1 rotates 360 anchor point 0 0 in 2.0

this make my overlay to go outside my background and not spinning around as a would like it to do

1 Like

you should put the spot directing codes too ass well.
like

@overlay PURPLE_MAGIC_SPHERE1 rotates 360 anchor point 0 0 in 2.0 and @overlay PURPLE_MAGIC_SPHERE1 spot xyz

2 Likes

ok I will try that. can I use loop INIFINITE times instead of in 0 for time?

1 Like

Do you want your overlay to spin around in a loop? I’m also guessing you want the overlay to spin from the middle, correct? If so you need to rotate it from anchor point 0.5 0.5 instead of 0 0

Here is more info on rotating overlays and anchor points

And if you want to loop overlay, you have to rotate it back to 0 then loop like this:

&overlay OVERLAYNAME rotates 360 anchor point 0.5 0.5 in [time] THEN overlay OVERLAYNAME rotates 0 anchor point 0.5 0.5 in 0 loop INFINITE times

2 Likes

yep

my page stopped working just now, I’m wait to see if your advice is helping :slight_smile: I hope it will work this time

hi, can’t see the overlay rotating at all

now it’s working. thanks :slight_smile:

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