Im making a top down zombie shooter, and i have it set up so when the zombies are close to the player they follow the player. While following the player i use the expression "ATan2(Y( "zombie" )-Y( "Player" ), "Player" )-X( "zombie" ))" this causes the zombies to face and follow the player. Im now trying to figure out how to set the zombies to face their direction of movement. (Im using "Ball" movement on them). How can i make it so that the zombies face the direction they are moving so that it appears that they are walking forward.
(forgive me if i have accidentally posted this in the wrong place)