Movement
Remember the steps of debugging!
- Spot: What’s the problem? (Here the Sprite isn’t moving left)
- Find: Where is the problem in the code (Move arrow left)
- Fix: What do you need to do to fix the problem? Work logically and systematically. (My problem was I had set the Sprite to move ten steps on the Y axis and not the X axis 😫)