Activity: Move Soccer Player
I'M FINISHED WITH HOUR OF CODE!

STEP 6: Hm. We don't want our soccer player standing on the bleachers. Let's move her down!

  • Click on in the toolkit.
  • Drag out Move Down to the bottom of your program.
  • Make sure you drop the .move_down(50) command at the bottom of your program.
  • Click Run to see the player move down. Then click Submit and Next to move on.

microbit = codesters.Microbit() microbit.show_string("hello") stage.set_background("soccerfield") sprite = codesters.Sprite("athlete2")
Support