EXTEND: Now customize your program how ever you want! Change at least three things about your program.

  1. Change the background image or the sprite image.
  2. Change where the sprite moves.
  3. Add a Turn Right command from the toolkit.
  4. When you're done, click Submit and Next to move on to your Create project.

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

stage.set_background("underwater") sprite = codesters.Sprite("fish") sprite.move_down(150) stage.wait(2) sprite.turn_right(360) def click(sprite): sprite.say("Hello, Codester") sprite.set_x_speed(5) sprite.event_click(click)
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)