The Basics
Features
More Blocks
Blocks
100

is a programmed code that is already made and can be used to make pieces of code run. 

What is A block?

100

the background image on the stage

What is a backdrop?

100

this block can only have two possible values of True and false

What is a Boolean Block?

100

They all go on top of the scripts and they make scripts run 

What are hat blocks?

200

a collection of blocks that have been stacked together and can be combined to make a program.  

What is a script?

200

A Scratch feature should you use to save a chunk of code to use in another project 

What is the backpack?

200

these blocks are loops inserted within a loop. They can help make scripts shorter and more efficient. 

What are Nesting Blocks?  

200

these blocks can be placed anywhere but the top of the script 

What are stack blocks?

300

this area allows you to see your code run

What is a stage?

300

The character that you can animate 

What is a Sprite?

300

these blocks store numbers values

What is a Math block?

300

This block makes it so that the sprite draws a line along the path as it moves.

What is the pen-down block?

400

The blocks will glow in the script area when this happens.

When is the script running?

400

 a different version of what your sprite looks like

What is a costume?

400

these blocks are Boolean and store either true or false 

 What is a comparison block?

400

This block allows you to slowly or quickly move a sprite or object across the stage to specific locations.

What is a Glide block?

500

when you can put your own input into a parameter and is not set to a specific instruction.  

What is a variable?

500

Where you can type in text, numbers, and reporter blocks 

What is an input field?

500

these blocks are variables. They store information. You can put them in the input fields of other blocks. 

What are reporter blocks?

500

these blocks can only be placed inside other blocks 

What is a reporter block?