Sends a specified message to all objects and the background. Useful to communicate between objects and tell them when to do something.

broadcast.png

Correlates with this brick:

When Your Receive Brick
Learn more >>
 

Example

When you tap game over, the panda will disappear. You need two objects:

broadcast__-4.png

This is the script for the panda:

broadcast-__-5.png

And this the one for game over:

broadcast__-6.png

Note: select the same message in both bricks!

Result

null4.png

When tapped Example