Now let's give the player feedback based on what their choice is.

  • Go to and drag out Text at Position.
  • The first number in .Text() is the x-coordinate. Change the x-coordinate to 0.

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?") stage.wait(2) choice = sprite.ask("a) tell a trusted adult b) tell people Emma is sending the messages c) ignore Emma")
  • Run Code
  • 提交作品
  • 下个活动
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)