-
Trying to create Spinning Animation. Need Help!
I want to spin multiple star shapes in their own place. I made a star shape, put the anchor point to the center, and applied rotation. Working perfect.
But now I want to replicate this effect 15 times, so I can see fifteen stars spinning on the screen at once all in their own place.
1) First I tried to use the repeater operator, but there is only one anchor point that is on the position of the original star. So only that star spins in it place, the rest are revolving around that anchor point. That is not what I want. I want all of them to spin in their place.
Is there a way I can make all of them spin using the repeater?
2) Second way I can think of achieving this is by precomposing the spinning star and then duplicating it multiple times. But that is a lot of layers.
I want to know Is there a way in the repeater operator that I can achieve the desired result? because, I think if there is, it will be a more scalable solution than the second one.
Or if you can think of an easier method, please share.