This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2009-07-15 16:21:37

IamWordGirl
Scratcher
Registered: 2009-07-15
Posts: 2

I need help

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!


I am wordgirl! I know all the words in the dictionary!

Offline

 

#2 2009-07-15 16:31:32

The-Whiz
Scratcher
Registered: 2007-07-09
Posts: 1000+

Re: I need help

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

 

#3 2009-07-15 16:33:56

IamWordGirl
Scratcher
Registered: 2009-07-15
Posts: 2

Re: I need help

thanks you


I am wordgirl! I know all the words in the dictionary!

Offline

 

Board footer