Skip to content

Broadcast

Jaume Olivé Petrus edited this page Oct 4, 2017 · 11 revisions

A broadcast is a message that is sent through the program, activating receiving scripts. Broadcasts are sent with the blocks Broadcast () and Broadcast () and Wait, and are received by the Hat block When I Receive ().

Broadcasts are useful in games and animations, as they trigger specific scripts. They are similar to events, which are scripts triggered when certain actions, like mouse moves or key presses, are performed.

Clone this wiki locally