After your transition, it's time to set a new scene! Remember, this story is yours!

  • You may take this time to change your opening scene to customize your story. Be sure to keep the basic structure.
  • Use the planning guide to help you through the rest of the activities.
  • Remember, this program will run in order from top to bottom, so keep your programming commands in the order you want them to happen. If you want to keep this story beginning, just click Submit and Next to continue.

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

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) transition1 = sprite.ask("Choose a transition from the sequence category.") text.set_text(transition1)
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)