STEP 5: Let’s make our cheerleader sprite move!

  • Click on in the toolkit.
  • Drag out Move Down to the bottom of your program.
  • Make sure you drop the .move_down(50) command at the bottom of your program.
  • Click Run to see the cheerleader move down. Then click Submit and Next to move on.

stage.set_background("schoolentrance") sprite = codesters.Sprite("cheerleader4")