Review Game Zone
Games
Test
Preview
Back
Match it!
Match it! Select the correct answer from the pull down...Good luck!
What is possible position of a sprite in Scratch stage?
1 secs
Go to Variables, choose Make a Variable
x: 210; y: -56
Events
repeat until touching red (move 10 steps)
touching mouse-pointer?
Add show block for the cat when the game starts.
Sprites
Which number should be changed in the following block to make the sprite move slower: glide 1 secs to x: 100, y: 165
1 secs
Go to Variables, choose Make a Variable
x: 210; y: -56
Events
repeat until touching red (move 10 steps)
touching mouse-pointer?
Add show block for the cat when the game starts.
Sprites
How to create a new variable in Scratch project?
1 secs
Go to Variables, choose Make a Variable
x: 210; y: -56
Events
repeat until touching red (move 10 steps)
touching mouse-pointer?
Add show block for the cat when the game starts.
Sprites
Which of the following program will help the cat move until touching the red color?
1 secs
Go to Variables, choose Make a Variable
x: 210; y: -56
Events
repeat until touching red (move 10 steps)
touching mouse-pointer?
Add show block for the cat when the game starts.
Sprites
Which block helps us to know whether a sprite is touching the mouse pointer or not?
1 secs
Go to Variables, choose Make a Variable
x: 210; y: -56
Events
repeat until touching red (move 10 steps)
touching mouse-pointer?
Add show block for the cat when the game starts.
Sprites
What are the objects that perform actions in a Scratch project?
1 secs
Go to Variables, choose Make a Variable
x: 210; y: -56
Events
repeat until touching red (move 10 steps)
touching mouse-pointer?
Add show block for the cat when the game starts.
Sprites
Which category does the when the green flag clicked block belong to?
1 secs
Go to Variables, choose Make a Variable
x: 210; y: -56
Events
repeat until touching red (move 10 steps)
touching mouse-pointer?
Add show block for the cat when the game starts.
Sprites
Tom programs the cat disappears when it touches the yellow color. But after touching the yellow color, the cat disappears forever. How to fix this problem?
1 secs
Go to Variables, choose Make a Variable
x: 210; y: -56
Events
repeat until touching red (move 10 steps)
touching mouse-pointer?
Add show block for the cat when the game starts.
Sprites
Check it!