Hello, so I am trying to make my player shoot and while he is not moving the shooting animation runs just fine, but while walking the shooting animation only plays one frame, then it goes to the walking animation. Please help
My code is something like this:
PlayerBox, on stopped > Set animation "to Idle"
PlayerBox, on moved > Set animation to "Walk"
On left button clicked > Set animation to "Shoot"