Now our sprite needs to pause before saying the next piece of dialogue.

  • Go to and drag out Wait. Drop it at the bottom of your program.
  • Drag out another Say command. Drop it at the bottom of your program.
  • Change the name in front of .say() to emma.

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") emma.move_down(125) emma.say("Someone took my phone!")
  • Run Code
  • Enviar Trabajo
  • Actividad Siguiente
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)