STEP 5: Remember, we're making a game in which the player bounces the ball on his or her character's head.

  • Click into the code editor and change the sprite's image label from "person1" to "athlete2".
  • Make sure you don’t delete the quotes " " or parentheses ( ).
  • Click Run after you've made your changes. Then, click Submit and Next to move on.

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