I have an Enemy sprite (the big dude) that will move when the player is within range. I use Line on Sight.
He will move at a random time to each yellow box position randomly. I use Find & Move along the Path.
I want the enemy to face the player, while he is moving.
But if I set his angle toward the player position. The result is, when he moves, he moves toward the player, instead the yelow boxes.
How to do this?