Hi! I'm Wordgirl, I'm new to this programming thing, and can anyone explain what 'broadcast' meens? It's confuzing me, normaly I'm good with all words, but this is just confuzing, programming is hard, and expensive, since I keep getting mad and ripping the mouse cord, ha ha ha... but seriously, help!
Offline
Broadcast means that it broadcasts a command in the Scratch program. Any scripts that start with the [when i recieve (command)] block will run when the [broadcast (command)] block is used.
Example
v
[when flag clicked]
[wait (1) secs]
[broadcast (run)
[when I recieve (run)]
[say [Hello!] for (2) secs]
Last edited by The-Whiz (2009-07-15 16:33:54)
Offline
thanks you
Offline