Press the Green Flag to start the game. Move the bowl using the left and right arrow keys. If you catch an apple or an orange sprite in the bowl, you gain points. If you don't catch the sprites (they go off the bottom of the screen), you lose points. If your score goes over 30 you win the game! Can you fix the code so that you lose points if you don't catch the apple sprite? Can you fix the code so you can "win" the game after 30 points? Purpose: To use if-thens to make conditions cause actions.