Count Touches
Notes
- Create a moving sprite and a target
- Count the number of times the sprite touches the target
- You'll need to create a variable
- For now make the variable for the entire program
- Learn how to set a variable's value and change it
- Don't forget to reset the variable to zero when the game starts
Blackbelt Challenges
- Make a game with good and bad targets
- Add points each time the user touches a good sprite
- Subtract a life each time the user touches a bad sprite