NEW
Font size
WorksheetsSCR1 Recap Day 4
Total questions: 6
Worksheet time: 6mins
Where can you find the broadcast block?
Control
Events
Looks
Sounds
What do you use broadcast for?
Send a message to a sprite to do something
Send a message to many sprites to do something
Send a message to the backdrop to change
All of the above
What does this code block do?
When sprite touches pink colour, it will broadcast “gameover” and game will stop.
When sprite touches pink colour, it will broadcast “gameover” but game will not stop.
When sprite touches pink colour, it will broadcast “gameover” and the sprite will disappear.
When sprite touches pink colour, it will say "game over"
Which of the following scenario can be achieved using broadcast?
When game ends, hide all the sprites.
When character touches another sprite, add 5 points to the total score.
When timer runs out, the game will stop.
All of the above.
Which of the following blocks do you use to make a sprite spin 10 times?
forever
repeat
broadcast
clone
What is wrong with the code block?
The timer will not start
The timer will not decrease every second
The broadcast message “gameover” will not be sent
There is nothing wrong with the code.
