Block Shape Flow
How blocks connect: Hat → Stacks → Conditional. Reporters/Booleans plug into slots.
HAT
when green flag clicked
STACK
move (10) steps
STACK
turn right () degrees
C-BLOCK + CAP
if <> then stop [all v] end
REPORTER
pick random (1) to (360)
BOOLEAN
touching (mouse-pointer v)?
Hover or tap a block to see what makes its shape special.
Block Shapes & Scratch Categories
Hat (Events): starts a script
Stack (Motion): runs one action
Reporter (Operators): gives a value
Boolean (Sensing): true/false
C-block / Cap (Control): wraps or ends a script
← Back to Lesson Plan