🆘

Help!

Movement

Remember the steps of debugging!

  1. Spot: What’s the problem? (Here the Sprite isn’t moving left)
  2. Find: Where is the problem in the code (Move arrow left)
  3. 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 😫)