Learn1 of 3
What Is an Event?
An EVENT is something that TRIGGERS (starts) your code. Without an event, your code just sits there doing nothing!
The most common event in Scratch is: 'When Green Flag Clicked'
This yellow block goes at the TOP of your code. When you click the green flag button on the stage, ALL the code connected below it starts running.
Think of the green flag as a 'START' button for your program!