NEW
Font size
WorksheetsScratch Quiz 2 - 2026
Total questions: 10
Worksheet time: 5mins
In the game Bat in a Flap, what blocks were used to make the oranges appear and disappear?
Show and Hide blocks
appear and disappear blocks
You don't have to use blocks, scratch already knows what you want
Stay and go blocks
If you want to have many of the same sprite with the same code, what is the easiest way?
Get one sprite ready with the code and all, then right click on it and choose duplicate.
You have to make each one separately to get the codes right.
Duplicate your sprite and then add the code to each one
Use the copy block
What kind of game is Bat in a Flap?
A racing game
A collecting game
a combat game
What does this block do?
Stops the sprite from rotating when it changes direction
Makes the sprite go upside down
slows the sprite down
spins the sprite around forever
What does a loop (like the forever block) do in programming?
spins the sprite around
changes the costume
tells the sprite to repeat a set of commands
moves left and right
How do you make this block?
Use the wait until block from the control blocks and then find the touching block from the sensing blocks.
Use the wait until box from the control blocks and type the words "touching bat" in the space.
Use the wait until box from the control blocks and click on the bat and it will fill in for you.
What will happen when the flag is clicked?
The sprite will move in whatever direction it is currently pointing until it reaches the edge.
The sprite will move randomly around the screen
The sprite will move forever so it will go way off the screen to some other screens down the hall.
What do you do to change backdrops?
You can't change the backdrop...you just have to use the one you started with.
What would this code make the sprite do?
spin around clockwise
spin around counter clockwise
turn 15 degrees to the right
nothing
If you want to make a sprite disappear like it has been eaten or destroyed, what do you do?
Use the hide block
Use the disappear block
Use the make invisible block
have the sprite move off the edge of the screen
