I'm currently developing a game for an assignment. I'm following almightyzentaco's basic side scrolling platformer tutorial, using a platform movement object. Falling, jumping, and idle animations work fine. I have made it so that when the right or left keys are pressed, the sprite changes direction and plays the walking animation in the respective direction. However, I have 8 frames in the walking animation, and when the key is pressed, it only plays the first frame. The object then moves left and right, however, it's stuck at frame 1.
Why the HECK doesn't it work?!