We want to ask the user which transition word they want to use to help move the story along. In this story, we want to transition to what is going to happen next, so we'll ask for a transition from the sequence category.

  • Go to and drag out Ask.
  • Change the word choice to transition1. This will store the value that the user enters so we can use it later.
  • Change the string to "Choose a transition from the sequence category."



stage.set_background("park") sprite = codesters.Sprite("person3") sprite.glide_to(-100, 50) # text = codesters.Text("text", x, y, "color") text = codesters.Text("I went to the park!", 0, -200, "blue") stage.wait(1) sprite.move_right(400)