Skip to content
06. Scratch Programming Game Creation

icon picker
Fill in the Blanks

Prepared by: learnloophq@gmail.com
Last edited 10 days ago by Learn LoopHQ.

Chapter: 06. Scratch Programming Game Creation

Fill in the blanks

Scratch is an easy programming language that is used to create games, animated stories and _ _ _ _ _ _ _ _ _ _ _ _ _ _.
interactive arts
The official website of Scratch is _ _ _ _ _ _ _ _ _ _ _ _ _ _.
The _ _ _ _ _ _ _ _ _ _ _ _ _ _ and _ _ _ _ _ _ _ _ _ _ _ _ _ _ are the two buttons for running and stopping programs in Scratch.
Go Button, Stop Button
The default _ _ _ _ _ _ _ _ _ _ _ _ _ _ when you open Scratch is the cat.
Sprite
The stage is _ _ _ _ _ _ _ _ _ _ _ _ _ _ pixels tall and _ _ _ _ _ _ _ _ _ _ _ _ _ _ pixels wide.
360, 480
The value of _ _ _ _ _ _ _ _ _ _ _ _ _ _ gives the horizontal location of the Sprite, and _ _ _ _ _ _ _ _ _ _ _ _ _ _ gives the vertical location.
x, y
A collection of inter-locked blocks is called a _ _ _ _ _ _ _ _ _ _ _ _ _ _ in Scratch.
script
The _ _ _ _ _ _ _ _ _ _ _ _ _ _ blocks are blue in colour and are used to control the movement of a sprite.
Motion
_ _ _ _ _ _ _ _ _ _ _ _ _ _ blocks control sound functions and are in pink colour.
Sound
In Scratch 3.0, you have to add Pen blocks to the block category by clicking on the _ _ _ _ _ _ _ _ _ _ _ _ _ _ button.
Add Extension
Typing a new value into a variable _ _ _ _ _ _ _ _ _ _ _ _ _ _ the previous value.
overwrites
_ _ _ _ _ _ _ _ _ _ _ _ _ _ blocks are colour-coded as light green and are used to do arithmetic and logical calculations.
Operators
Using _ _ _ _ _ _ _ _ _ _ _ _ _ _ operators, you can combine two or more relational operators to produce a single true/false result.
logical
The _ _ _ _ _ _ _ _ _ _ _ _ _ _ block is used to run a set of instructions for a specified number of times.
repeat
To draw a square in Scratch, the turn degrees block should be set to _ _ _ _ _ _ _ _ _ _ _ _ _ _ degrees.
90
A full circle is drawn with _ _ _ _ _ _ _ _ _ _ _ _ _ _ degrees and a semicircle with _ _ _ _ _ _ _ _ _ _ _ _ _ _ degrees.
360, 180
The _ _ _ _ _ _ _ _ _ _ _ _ _ _ block from the Pen blocks menu duplicates the sprite’s image onto the stage.
Stamp
The _ _ _ _ _ _ _ _ _ _ _ _ _ _ block will change Sprite’s costume to the next one.
next costume
The _ _ _ _ _ _ _ _ _ _ _ _ _ _ block will play a sound.
start sound
The _ _ _ _ _ _ _ _ _ _ _ _ _ _ block will bring the sprite with a bounce when it reaches the edge of the stage.
if on edge, bounce
The _ _ _ _ _ _ _ _ _ _ _ _ _ _ is where you drag and snap blocks together to form instructions in Scratch.
Script Area
The centre of the Scratch stage has x and y values as _ _ _ _ _ _ _ _ _ _ _ _ _ _.
0 (zero)
A variable can be created to be available for _ _ _ _ _ _ _ _ _ _ _ _ _ _ or for _ _ _ _ _ _ _ _ _ _ _ _ _ _ only.
all sprites, this sprite
The _ _ _ _ _ _ _ _ _ _ _ _ _ _ block runs a set of instructions till a condition is satisfied.
repeat until
To hide the sprite after drawing a shape, the _ _ _ _ _ _ _ _ _ _ _ _ _ _ block can be used.
hide
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.