STEP 6: Now move the sprite back to the other side of the screen.

  • From drag out Move Left and drop it at the bottom of your program.
  • Change the integer argument in the .move_left() command to 200.

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