Motion
Looks
Events
Control
Sensing + Variables
100

This block makes the character move right

change x by 10 or move 10 steps

100

This block makes a character changes costumes

Switch costume to __

100

This block runs code whenever the game starts

when the green flag is clicked

100

This block makes all the code inside of it repeat forever

forever

100

This block checks if a certain key is pressed

key __ pressed

200

This block makes the character move up 

change y by 10

200

This block changes the background

switch backdrop to __

200

This block runs code whenever the sprite is clicked

When this sprite clicked

200

This block pauses the game for a certain amount of time

wait __ seconds

200
This block checks if the sprite is touching either the mouse or another sprite

touching __ ?

300

This block makes the character move smoothly across the screen

glide to __

300

This block changes the size of the character

change size by __ or set size

300

This block sends a message to the other sprites and the rest of the game

broadcast __

300

This block runs the code inside if the condition inside is true

if __ then

300

This block sets the a variable to a specific number

set variable to __


400

This block has a character go to a specific position

go to x: _ y: _

400

This block changes the character's color

change color effect by __

400
This block does stuff whenever a specific key is pressed
when __ key pressed
400

This block makes a copy of the sprite

create clone of myself

400

This block changes the value of a variable by a certain amount

change __ by __

500

This block makes a character face a specific direction

point in direction __

500

This block hides the character

hide

500
This block runs code when it receives a specific message from another sprite

when I receive __

500

This block stops the code until a certain condition is met

wait until __

500

Bonus: What college made Scratch?

MIT