Hi, you all!
I have different sprites inside a Family and my idea is to generating them endlessly, in a random order (with different distances between one and another for each new instance of them) and following and "invisible curve path".
Here I let you a pair of sketches I made to understand it much better.
I want to create something like this:
i.imgur.com/waGpqja.png
But this is what I'm getting until now:
i.imgur.com/I92SfP6.png
I have managed to create the endlessly generation of the sprites, but with the same distance between them, and I pinned them to an invisible point (like the green circle of the pictures) which is rotating counter-clockwise, but the result is the second image scene...
So I want to know the best way to do it, because the angle of the sprites it's not mantaining the circular "path" and the distance between all of them is always the same.
Thank you in advance!