This block makes the character move right
change x by 10 or move 10 steps
This block makes a character changes costumes
Switch costume to __
This block runs code whenever the game starts
when the green flag is clicked
This block makes all the code inside of it repeat forever
forever
This block checks if a certain key is pressed
key __ pressed
This block makes the character move up
change y by 10
This block changes the background
switch backdrop to __
This block runs code whenever the sprite is clicked
When this sprite clicked
This block pauses the game for a certain amount of time
wait __ seconds
touching __ ?
This block makes the character move smoothly across the screen
glide to __
This block changes the size of the character
change size by __ or set size
This block sends a message to the other sprites and the rest of the game
broadcast __
This block runs the code inside if the condition inside is true
if __ then
This block sets the a variable to a specific number
set variable to __
This block has a character go to a specific position
go to x: _ y: _
This block changes the character's color
change color effect by __
This block makes a copy of the sprite
create clone of myself
This block changes the value of a variable by a certain amount
change __ by __
This block makes a character face a specific direction
point in direction __
This block hides the character
hide
when I receive __
This block stops the code until a certain condition is met
wait until __
Bonus: What college made Scratch?
MIT