NEW
Font size
Worksheets(Intermediate) Week 8: Sending Messages
Total questions: 8
Worksheet time: 6mins
Which group of blocks include the "Broadcast" block?
Events
Motion
Control
What would this code do?
make sprite run when distace is close
broadcast RUN when distance is close
move 10 steps then stop
glitch out
Which of the following best describes the BROADCAST function in Scratch?
Makes a speech bubble appear over your sprite's head
Plays a sound
Sends out an invisible signal
Changes the colors on the screen
A message that is sent through the Scratch, activating receiving scripts.
Broadcast
Events
Loops
Motion
Where can I find this block?
Events
Motion
Control
Looks
What does this piece of code do?
This piece of code is a timer. Adding time by 1 each time.
Adds a score every time "Goal!!" is received.
How can we use one sprite to send messages with other sprites?
Sensing
More Blocks
Data
Broadcast
What does this code do?
Changes background when level 2 is broadcasted
Changes background when score is 10
When level 2 is broadcasted, stop the game
When background is changed game resets
