The Scratch Category that will let you code to switch a sprite's costume
Looks blocks
An if-then statement is also called _
A conditional statement
Blocks that make a section of code start to run
Event Blocks
Blocks that will bring sound to an animation in Scratch
Sound Blocks
A choice that evaluates to one of two possibilities
Boolean logic
Blocks that detect something
Sensing Blocks
the component that makes games unpredictable
randomness
the process of identifying and fixing a problem
troubleshooting
Blocks that handle values that can change
Variable Blocks
The place to find the Pen to draw with your sprites 9before it is available in the palette)
Extensions
finding a problem in a script
debugging
A way for a sprite to send a message to trigger a new event
'broadcast' block
Give an example of a numeric variable
A score, an integer, a double or float
1, 1.1, etc
movement without human intervention
automation
Blocks that establish the flow of a script, like loops and conditional statements
Control Blocks