Broadcast is a good way to have sprites and scripts communicate. It is a message that is sent to notify the scripts that an event has happened.
The broadcast is sent with broadcast() and broadcast and wait() blocks.
Broadcast is received by when I receive() block.