4.3 LightsOff Projects Curriculum Page
Portfolio Reflection Questions:
1. Describe the purpose of each enhancement that you added to your app. Give brief descriptions of the enhancements and provide screenshots of important blocks and describe how you used them to solve certain programming problems. Include these descriptions in your write-up, below.
2. 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?
3. How do you speed up the movement of the ImageSprite? What is the fastest it could move?
Link to video:
https://drive.google.com/file/d/1DckLB9YO9oEEw3B97J7miJzXxWzZ6lZz/view?usp=sharing