Hi
Im building a little app in which sprites orbit a center object but gain more distance over time.
The speed needs to be correct according to the distance.
(So no superspeed orbits when the sprites are further away from the center object.)
I also need them to move completely sepparate from eachother.
So no matter where i spawn them, they need to start orbiting from that position at the correct speed.
I tried the +cos & +sin math formula but that aligns them in a syncronised order, which is no good.
Can anyone help me on this?
I have tried every possible orbit sollution on the forum but they dont do what i need.
Probably because my coding skills are yet not good enough.
Any help is Super!
Thanx
Savvy001