Hey.
I'm trying to make a game where you are controlling a spaceship and there are enemy ships trying to kill you. I'm want to do this where the enemy ship rotates to point towards the player's ship, but everythign I have tried hasn't been perfect.
I've tried making it so that the enemy ship rotates 3 degres until it is facing the ship, but sometimes it misses it, and 1 degree is too slow.
Has anyone got any ideas on how I could do this idea well?

Offline
Do you want it to be like imeadiately pointing at the ship? If you do, you might want to have
<when green flag clicked>
<forever>
<point towards( Player
<end>
Offline