Scratch is what we call an Event Driven language, this means that the code takes actions based on events.
Some Events
- Click the Flag
- Click a Sprite
- A key is Pressed
- A Sprite receives a message
- A Timer reaches a time
We will write code that takes action on these events.