Now the sprite will ask the player what to do. The player will type the letter of their answer into the ask bubble.

  • Go to and drag out Wait.
  • From , drag out Ask.
  • Change the string in .ask() to "a) tell a trusted adult b) tell people Emma is sending the messages c) ignore 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!") stage.wait(2) emma.say("They've been sending people mean texts pretending to be me!") stage.wait(2) sprite.say("What should I do?")
  • Run Code
  • Enviar Trabajo
  • Actividad Siguiente
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)