STEP 7: Let's flip the sprite again so it's standing up.

  • Go to and drag out another Flip Up Down command.
  • Drop it at the bottom of your program.

stage.set_background("concert") sprite = codesters.Sprite("person1") sprite.move_down(100) sprite.flip_up_down() sprite.move_right(150) sprite.move_left(200)