I'm currently doing a top down game, using 8 directional movement, but its limited to 4 currently.
I'm using W,A,S,D keys to move the player.
If you hold 2 buttons at the same time (like A and W if you were trying to move diagonally) the characters animation stops.
I've tried telling it that if W and A are down in the same condition to play the "up" animation but it doesn't work.
Instead, his animation stops completely, but his movement still continues upward. Is there any way to fix that?