WorksheetsSCRATCH WORKSHOP
Total questions: 7
Worksheet time: 14mins
What is the name of the software that you use to create the game?
Sprite
Scratch
Stage
What is the Chick in your game?
Stage
Script
Sprite
What is the function of the 'when green flag clicked' command block?
Runs the script
If condition is true, runs the blocks inside
Points sprite in the specified direction
What is the function of the 'Move 10 steps' command block?
Runs the blocks inside over and over
Move spite forward
Runs script below when specified key is pressed
What happens to the chick if the number increases in the 'Move _ steps' command block?
Chick moves quicker
Chick stop
Chick move backward
What is the function of the 'forever' command block?
Runs the script inside over and over
Point sprite in specified direction
If condition is true, runs the blocks inside
Which command block enables you to control the sprite?
Point in direction
Wait_secs
When_key is pressed
