I have a student in one of my classes designing a game. He is having some trouble with what is described below. I took a look at it and tried to help him, but was unable to get to the root to the issue. Any help is appreciated.
Link to the project or level:
What I expect to happen:
I am trying to make the sprite (man) to move forward to the left or right or down one space every time you press one of the keys WASD.
What actually happens:
Whenever I click the keys nothing happens to the game every bouton works normally all the backgrounds are correct my sprite will just not move.
What I’ve tried:
I have tried changing up the code moving around the function and watching a ton of videos on making a sprite move but mine is the correct code but my sprite just won’t move.