STEP 11: Let's tell the user that the player made a goal.

  • In GRAPHICS, go to and drag in Set Text INSIDE your else block.
  • Change the name in front of .set_text() from sprite to text.
  • Change the value inside of .set_text() from "Hello Codesters!" to "GOAL!".


# THIS ACTIVITY IS IN PREVIEW ONLY MODE