Scratch basics
What do you call the characters and objects in Scratch?
Was it a sprite?
To make a sprite move vertically, you change this coordinate.
Was it Y?
What block do you use to change a sprite’s costume?
Was it "Switch Costume to"?
This block makes code inside it run forever.
Was it the "Forever" loop?
What do you call a placeholder that stores a number or string, like "Score" or "Lives"?
Was it a Variable?
What is the "screen" where your game or animation takes place?
Was it the Stage?
To move a sprite to the center of the screen, you set X and Y to this.
Was it 0,0?
What block allows a sprite to say something in a speech bubble?
Was its “Say"?
This diamond-shaped block acts as a condition that checks "True" or "False".
Was it an "If/If-Then" block?
This block adds 1 to your variable (e.g., Score).
Was it “Change Variable by 1”?
What is the name of the area where you assemble blocks to create code?
Was it the script area?
This block makes a sprite turn __ degrees to face the opposite direction.
Was it the turn block?
This block changes the sprite's color, fisheye, or ghost effects.
Was it “Change Effect"?
This block pauses the program for a set amount of time.
Was it the wait block?
This command is used to send a message from one sprite to another.
Was it "Broadcast"?
What color-coded category are "When green flag clicked" blocks in?
Was it Events?
What is the block to set the direction of a block
Was it point in direction?
This block makes a sound play without waiting for it to finish.
Was it “Start Sound"?
Which sensing block checks if the sprite is touching the mouse pointer or another sprite?
What is "Touching [ ]”
This block triggers a script when a message is received.
Was it “When I receive a message”?
How do you create a new character in Scratch?
Was it by pressing choose a sprite?
What is the block to move forward in the direction of the sprite
Was it “Move steps”?
Which tab do you click to add a new sound effect?
Was it sounds?
This block allows you to ask the user a question and store the response.
What is "Ask and Wait"?
This block removes a clone of a sprite.
Was it “Delete clone”?