Now we can move frosty!

  • Go to and drag Go To to the bottom of your program.
  • Change the name in front of .go_to() to frosty.

Now we are giving this command to the sprite named frosty.

stage.set_background("winter") sprite = codesters.Sprite("person12") sprite.go_to(-125, -150) frosty = codesters.Sprite("snowman")