Scratch Lesson – Score
This is a simple scratch game where the bear touches the balloon and keeps score.
https://scratch.mit.edu/projects/964744605
- Create New Project
- Add sprites – 1 to move. Another to score when it is touched or captured.
- Add movement to sprite 1. Event + Motion.
- Add Event
- Add control. Forever
- Add control. If then – to keep score.
- Add control. If then to reset score.