Is there an easy way to do 360 degree movement or am I best doing it manually by moving my object each frame using sin and cosine?
If manually, can someone remember the correct instructions? I've almost got it, by moving along the X axis using (+Cosine(angle)*speed) and the Y axis using (-Sine(angle)*speed) but it's not quite right and no amount of fiddling is giving me the correct angles.
