Problem with overlay animation

So, I’m trying to have round shaped overlay to rotate at 0.5 0.5, like in this gif below. And despite as I think, coding is fine, it still doesn’t. It rotates more like the anchor point is 0 0
Code:
&overlay HOPE SIGN rotates 360 anchor point 0.5 0.5 in 1.3

What could be the problem? Maybe the problem is with the overlay? Overlay is below.

2 Likes

@amberose

2 Likes

Ok, I don’t have much experience with rotating overlays, but this thread should help you out. It’s kind of complex to get them to loop around like that…

2 Likes

Yeah, there’s a nice trick to get infinite motion, but nothing about my problem :frowning:

1 Like

@Dara.Amarie
@JemU776

1 Like

Ooops, sorry, I think I misunderstood. Are you meaning your anchor point isn’t in the center or something?

1 Like

exactly!

1 Like

The entire PNG image of the overlay gets rotated. Right now this is the entire PNG image for your overlay:

You will need to crop the image so that the overlay image is in the dead center like this:

3 Likes

Sounds reasonable. I’ll try.

It worked! Thanks a lot. I’m a dumbass :smiley:

1 Like

Solved and closed. :smiley:

1 Like