WorksheetsHalloween Scratch Game Project
Total questions: 10
Worksheet time: 19mins
What are backdrops?
any picture
a picture in the background
a picture in the foreground
a sprite
What is a sprite?
a character in a story
a picture
an animated image that plays a specific role
a character that plays a specific role
How did we get the starter project to start the program?
uploaded a file to Edmodo
downloaded a file from Edmodo
copy and pasted the file from Edmodo
drag the file from Edmodo to Scratch
What was the first step in creating the Halloween Trick or Treat Scratch game?
cloning the candies
handling the clones
adding a score board
dropping the candies
What was the last step in creating the Halloween Trick or Treat Scratch game?
clone the candies
add a score
handle those clones
drop one candy
If you want your sprite to move which programming block should you use?
events
sensing
motion
looks
What motion block would allow the candy to fall in direction of the pumpkin?
change y by -5
change y by +5
change x by -5
change x by +5
The game started off with one candy. How did we get multiple candies in the game?
by using copy and paste
by using the duplicate instruction block
by using the clone instruction block
dragged the candies on the screen
When should the forever command block be used?
to repeat something
to keep on doing something
to duplicate something
to do something several times
Which answer below is a variable in the game you created?
the candy
the pumpkin
the sprites
the score
