Let's move the new sprite down to the floor.

  • Go to and drag out Move Down.
  • Change the name in front of .move_down() to emma.
  • Change the number in .move_down() to 125.

Now the sprite named emma will move_down 125 pixels.

To navigate the page using the TAB key, first press ESC to exit the code editor.

stage.set_background("schoolentrance") sprite = codesters.Sprite("person10") sprite.go_to(-125, -100) emma = codesters.Sprite("person8")
  • Run Code
  • 提交作品
  • 下个活动
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)