Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Broadcast blocks
- DracoCrab
-
20 posts
Broadcast blocks
broadcasat blocks are where you broadcast something for example What do broadcast blocks do? Just asking
so basically it is a way of talking to other sprites to say your turn now rather than having a wait block.
(Did that make sense)
Last edited by DracoCrab (April 27, 2017 19:53:28)
- drmcw
-
1000+ posts
Broadcast blocks
Sent a message to all sprites/clones which will start to run the corresponding when I receive script.
- dov3lyn
-
100+ posts
Broadcast blocks
What do broadcast blocks do? Just askingIf you use a broadcast block, you can make other sprites/backdrops/scripts do something when they receive the broadcast.
Let's say this was our sprite's script:
And this script is for the backdrop or second sprite we want to receive the broadcast:
You can also make it so multiple sprites and the backdrop can receive the broadcast simultaneously.
Sprite 1:
Backdrop:
Sprite 2:
Hopefully that made sense.
- EndermenK9
-
12 posts
Broadcast blocks
Broadcast blocks are super helpful once you understand what they do 
Try this:

Try this:
- Pezd
-
100+ posts
Broadcast blocks
Here is something the other guys did not mention. If you use this block
Example
It will wait until the scripts under
are completed.
Example
- Discussion Forums
- » Help with Scripts
-
» Broadcast blocks