I know you can't make the sprite do 2 different animations at a time, however I am having a huge issue now.
When the character isn't moving, I want him to play an idle animation of him just standing, and only slightly moving.
However, I also want the player to be able to hit the attack button and attack if they want.
The problem is:
Since the idle animation is playing when the character isn't moving, whats the best way to go from the idle animation, to the attack animation by using a keyboard button?