STEP 5: Now have the sprite move across the stage on its head.

  • Go to . Drag out Move Right and drop it at the bottom of your program.
  • Change the integer in the .move_right() command to 150.


stage.set_background("concert") sprite = codesters.Sprite("person4") sprite.move_down(100) sprite.flip_up_down()