STEP 5: We should make our player look like she's kicking the ball!

  • In GRAPHICS, go to and drag in Move Right indented inside the loop.
  • Change the variable name in front from sprite to player.
  • Change the integer argument inside .move_right() from 50 to 20.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE