I've created a game for a school project, and have been updating it to work with touch controls today. However, whenever I try to make my player move, the animation plays but the sprite remains still. The line of code looks like this:
Touch | Is touching LEFT_ARROW | Player - Stimulate 8Direction pressing left
-------------------------------------------------| Player - Set animation to "Left" (Play from beginning)
If anyone knows what I'm doing wrong, please help me as this is rather urgent.
Thanks in advance.