Hi,
I'm experimenting with a vertical space shooter and I have enemy ships moving downwards with bullet and sine wave behaviours. I want to detect whether an enemy ship instance is moving left or right so that I can change the sprite accordingly. How do I do this without using the enemy ship's angle (by design they always face down)?
Thanks