Introduction
About your App. <Describe your app here>
Reflection
Be sure to provide screenshots along with your explanations.
Describe the purpose of each enhancement that you added to your app. Give brief descriptions of the enhancements and provide screen shots of important blocks and describe how you used them to solve certain programming problems.
When the user touches an ImageSprite, both the Canvas.Touched and ImageSprite.Touched events are triggered. This is important for more complex games. For instance, suppose there are "good" and "bad" sprites in your game. If you hit one, you earn a point. If you hit the other, you lose two points. If you hit the Canvas and don't hit the ImageSprite, you lose 1 point. How would you code this?
How do you speed up the movement of the ImageSprite? What is the fastest it could move?
Final App and Digital Distribution:
How to Install my App: (Scan Here)
Design:
Be sure to provide screenshots along with your explanations for each of the enhancements that you made.
Note: This section may repeat based on how many large Event Handlers you have.
<Your Explanation goes here>