is a programmed code that is already made and can be used to make pieces of code run.
What is A block?
the background image on the stage
What is a backdrop?
this block can only have two possible values of True and false
What is a Boolean Block?
They all go on top of the scripts and they make scripts run
What are hat blocks?
a collection of blocks that have been stacked together and can be combined to make a program.
What is a script?
A Scratch feature should you use to save a chunk of code to use in another project
What is the backpack?
these blocks are loops inserted within a loop. They can help make scripts shorter and more efficient.
What are Nesting Blocks?
these blocks can be placed anywhere but the top of the script
What are stack blocks?
this area allows you to see your code run
What is a stage?
The character that you can animate
What is a Sprite?
these blocks store numbers values
What is a Math block?
This block makes it so that the sprite draws a line along the path as it moves.
What is the pen-down block?
The blocks will glow in the script area when this happens.
When is the script running?
a different version of what your sprite looks like
What is a costume?
these blocks are Boolean and store either true or false
What is a comparison block?
This block allows you to slowly or quickly move a sprite or object across the stage to specific locations.
What is a Glide block?
when you can put your own input into a parameter and is not set to a specific instruction.
What is a variable?
Where you can type in text, numbers, and reporter blocks
What is an input field?
these blocks are variables. They store information. You can put them in the input fields of other blocks.
What are reporter blocks?
these blocks can only be placed inside other blocks
What is a reporter block?