Our app is now available on Google Play. Get it on Google Play

_____ is a good way to have sprites and scripts communicate.

  1. Conditional statement
  2. Variables
  3. Blocks
  4. Broadcast

Answer: Broadcast


Long Answer:

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.