Scratch
If Block
A block that allows the sprite to respond to user actions like space bar
Forever Block
A block used to repeat actions as long as the animation is running
Repeat Block
A block used to repeat an action more than once at a single time
Broadcast Block
The block that allows sprites to respond to other sprite
Glide Block
The block that moves a sprite from one location to another in one stride using coordinates
Move Block
The block that moves a sprite from one location to another in short steps
Wait Block
The block used to slow down an animation
Script
The interlocking puzzle-piece blocks of program code
Menu Bar
The place here you save the project, share the project, or edit the project
Block Palatte
The place where 8 categories of code blocks are located
Script Area
The place where scripts are found and edited
Stage
The place where the animation takes place
Toolbar
The place where tools such as duplicate, delete, grow, or shrink are found
Costumes
These are used to change the look of a sprite
Variables
These can be created to run a game, keep score, or make random changes to an animation
Mouse Coordinates
These help to know the exact location of the selected sprite
Green Flag
This button is used to start many animations
Red Octagon
This button is used to stop any animation
Sprite List
This is below where all the sprites in the animation can be found
Sprite
This is the name for each character in the animation