### ----------------------------------
### MINIMUM TECHNICAL REQUIREMENTS ###
### ----------------------------------
# 1) Choose a background image
stage.set_background("summer")
# 2) Choose a sprite.
sprite = codesters.Sprite("butterfly")
# 3) Add at least 3 actions or say commands
# to give your program a story
sprite.move_down(150)
sprite.move_up(200)
sprite.move_right(50)
sprite.turn_right(360)
sprite.say("Click on me!")
# 4) Add a click event with actions and
# say commands inside the click event.
def click(sprite):
sprite.say("Enjoy Your Summer!")
sprite.set_say_color("blue")
# add other actions...
sprite.event_click(click)
Try the following steps to connect to your Micro:bit:
1. You may need to reload this page and try your program again.
2. Try disconnecting and reconnecting your Micro:bit. Then reload the page and run your program again.
3. If you are still having problems your Micro:bit may have an old
firmware version that is incompatible with Codesters.
To update the firmware follow these instructions from Micro:bit
Are you already running a Codesters project in another tab or window?
Micro:bit can only connect to one web page at a time.
Try stopping other Codesters projects or closing
other tabs or windows that may be using your Micro:bit.
If that doesn't fix the problem try disconnecting your Micro:bit,
reloading this page, and reconnecting your Micro:bit.