The sprite should start at the bottom of the stage.

  • Go to and drag out Go To.
  • The first number in .go_to() is the x-coordinate. Change the x-coordinate to 0.
  • The second number in .go_to() is the y-coordinate. Change the y-coordinate to -220.

Make sure you don't delete the parentheses or the comma.

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

stage.set_background("schoolhallway") sprite = codesters.Sprite("person8") stage.set_gravity(4) stage.disable_floor() sprite.set_gravity_off()
  • Run Code
  • 提交作品
  • 下个活动
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)