Let's add the first sprite who's having a problem with cyberbullying.

  • Go to and drag out any Person sprite, like Person 8.
  • A sprite's name is the word before the equals sign. Change the sprite's name to emma.

We use a sprite's name to give it commands, so we need each of our sprite to have its own name.

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)
  • Run Code
  • 提交作品
  • 下个活动
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)