I really need to know how to make broadcasts. How does everyone do it? It would be much better if I knew cuz then I could just know when ever I need to use the block.
Offline
Paradox wrote:
On the broadcast block, click the dropdown menu and hit "Create new"
Then simply type in a name and there you have it
But how does the computer know what you want to broadcast?
Offline
You see the "when I receive" block?
Once you have created the broadcast, make a script like this.(By the way, you can have the "when I receive" block on any sprite)
When I receive[ ]
Do stuff
Last edited by calebxy (2010-04-04 03:36:59)
Offline
Use the "when I recieve" block in the control category to start a script when the broadcast is sent.
Offline
Sprite ANY
<when green flag clicked>
<broadcast[ exampleA
Sprite ANY
<when I receive[ exampleA
<turn cw( 15 )degrees>
<move( 10 )steps>
Last edited by soupoftomato (2010-04-04 09:35:31)
Offline
soupoftomato wrote:
Sprite ANY
<when green flag clicked>
<broadcast[ exampleA
Sprite ANY
<when I receive[ exampleA
<turn cw( 15 )degrees>
<move( 10 )steps>
Best reply! Thanks!
Offline