STEP 5: Time to create our second sprite.

  • Go to and drag out Person 2.
  • Change the variable name to the left of the = sign from sprite to michael.
  • Go to and drag out Set Size.
  • Change the name in front of the .set_size() command from sprite to michael.

stage.set_background("schoolentrance") stage.wait(2) stage.create_grid_overlay(50, "blue") stage.set_background_color("azure") person1 = codesters.Sprite("person1") person1.set_size(0.5)