Now customize your program how ever you want!

  • Change at least three things about your program.

Try changing the background image or the sprite’s image

Try having your sprite say something else or adding an command inside the event.

  • When you're done, click Submit to share your work and click Next to move on.

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

stage.set_background("winter") sprite = codesters.Sprite("fox") sprite.move_down(150) stage.wait(2) sprite.move_right(50) def click(sprite): sprite.say("Hello, name") sprite.event_click(click)
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)