Browse By

Scratch – Exploring all the Block: Online Course

Event Block

BLOCK
FUNCTION
when flag clicked When the flag is clicked, the script activates.
when () key pressed hatScripts placed underneath this block will activate when the specified key is pressed.
when backdrop swithes to ()When the backdrop switches to the one chosen, the script activates.
when this sprite clickedWhen the sprite is clicked, the script activates.
when I received ()When the broadcast is received, the script activates.
broadcast ()Sends a broadcast throughout the Scratch program, activating When I Receive () blocks that are set to that broadcast.
breadcast () and waitLike the Broadcast () block, but pauses the script until all scripts activated by the broadcast are completed.