How to loop multiple animations together?

So im trying to create an animation where my overlay grows in size and rotates around in a loop

&overlay FIRE_SPIN2 create from FIRE_SPIN THEN overlay FIRE_SPIN2 to layer 1 THEN overlay FIRE_SPIN2 opacity 1 THEN overlay FIRE_SPIN2 shifts to 155 289 THEN overlay FIRE_SPIN2 scales to 0.000 0.000 THEN overlay FIRE_SPIN2 rotates 360 anchor point .5 .5 in 1 THEN overlay FIRE_SPIN2 rotates 0 anchor point .5 .5 in 0 THEN overlay FIRE_SPIN2 shifts to 155 289 in 0.5 THEN overlay FIRE_SPIN2 scales to -0.016 -0.016 in 0.5 THEN overlay FIRE_SPIN2 clear loop INFINITE times

The rotating isnt happening maybe because the animation is going one by one and then it loops. I need all the animations to loop at the same time, while its rotating. How would i achieve that?

well the looping animations are only for some not all,

The looping does work for the rotating only.

&overlay FIRE_SPIN rotates 360 anchor point .5 .5 in 1 THEN overlay FIRE_SPIN rotates 0 anchor point .5 .5 in 0 loop INFINITE times

it just doesnt work with the other animations together for some reason.

I tried separating them, but the rotating still didnt show.

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