Hi
I have a sprite that every 3 seconds changes it's bullet direction to
sprite.X + random(20,-20)
sprite.Y + random(20,-20)
This does work, however I would like to know how to make the direction change smoother if possible please (which I'm sure it is ;)
Thanks.