Things you need to do: 1: ADD SCORE VARIABLE - set to 0 2: Change score by 1 every time donut is clicked 3: Make sprite change color or costume every time it is clicked 4: Make the donuts move down faster 5: Change background + add music
The player catches the falling donuts. Each catch is worth 1 point - which is stored using the score variable. We will also use a timer so the player has 30 seconds to catch as many donuts as they can!