What's this? <broadcast[ What do i do with it?
Offline
A brodcast block is something that allows you to tell the stage and all the sprites something. Example:
--Sprite1----
<when green flag clicked>
<say[ Hi there! ]for( 3 )secs>
<broadcast[ Greeting
--Sprite2--
<when I receive[ Greeting
<say[ Hope that helps! ]for( 3 )secs>
Offline