Time to slide back to the other side of the stage!

  • From the section, drag out Move Left. Drop it at the bottom of your program.
  • Change the number in .move_left() to 150.

stage.set_background("subway") sprite = codesters.Sprite("person10") sprite.move_down(75) sprite.flip_up_down() sprite.move_right(200)