STEP 13: We're almost done with our loop. All we have to do is make our player move back after kicking the ball.

  • In GRAPHICS, from drop Move Left OUTSIDE your else block but INSIDE your loop.
  • It should only be indented ONCE. There should be only a purple highlight before the command like this: ····
  • Change the variable name in front of .move_left() from sprite to player.
  • Change the integer argument inside from 50 to 20.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE