We need to position our player sprite.

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

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

stage.set_background("schoolentrance") sprite = codesters.Sprite("person10")
  • Run Code
  • Enviar Trabajo
  • Actividad Siguiente
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)