Press the Green Flag to start the game. Move the bowl using the left and right arrow keys. Create your own game with your own rules. Create new variables for each sprite so you can keep track of points. Example: If you catch a sprite, you gain points. If you don't catch a sprite (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 earth sprite so you gain and lose points? Can you change the Earth sprite to a different sprite to create your own game? (Hint: Copy the code from the Earth sprite.) Can you add more sprites to catch? Can you make them worth different point values? Purpose: To use if-thens to make conditions cause actions.