Discuss Scratch

Daniel_At_Y5
Scratcher
5 posts

how do i use brordcast blocks????????

so i dont know how to use brordcast blocks, can anyone help?
broadcast [ epik]

Last edited by Daniel_At_Y5 (Jan. 12, 2026 15:12:16)

EdgeOfTheUniverse
Scratcher
40 posts

how do i use brordcast blocks????????

Daniel_At_Y5 wrote:

so i dont know how to use brordcast blocks, can anyone help?
broadcast [ v]
Broadcast blocks are used when you want to send a signal from one sprite, telling another sprite to do something. To send this message use
broadcast [ v]
And to tell anothder sprite what to do when that signal is sent you use
when I receive [ v]
Daniel_At_Y5
Scratcher
5 posts

how do i use brordcast blocks????????

EdgeOfTheUniverse wrote:

Daniel_At_Y5 wrote:

so i dont know how to use brordcast blocks, can anyone help?
broadcast [ v]
Broadcast blocks are used when you want to send a signal from one sprite, telling another sprite to do something. To send this message use
broadcast [ v]
And to tell anothder sprite what to do when that signal is sent you use
when I receive [ v]
thank you
Blake_at_Year5
Scratcher
2 posts

how do i use brordcast blocks????????


Daniel_At_Y5 wrote:

so i dont know how to use brordcast blocks, can anyone help?
broadcast [ cool broadcast v]
ok so u use them to send messages like this:
when I receive [cool broadcast v]
say [e] for (2) secs

Last edited by Blake_at_Year5 (Jan. 12, 2026 13:39:55)

CaptFrIEdshrimp
Scratcher
100+ posts

how do i use brordcast blocks????????

Blake_at_Year5 wrote:

Daniel_At_Y5 wrote:

so i dont know how to use brordcast blocks, can anyone help?
broadcast [ cool broadcast v]
ok so u use them to send messages like this:
when I receive [cool broadcast v]
say [e] for (2) secs

Daniel_At_Y5 wrote:

EdgeOfTheUniverse wrote:

Daniel_At_Y5 wrote:

so i dont know how to use brordcast blocks, can anyone help?
broadcast [ v]
Broadcast blocks are used when you want to send a signal from one sprite, telling another sprite to do something. To send this message use
broadcast [ v]
And to tell anothder sprite what to do when that signal is sent you use
when I receive [ v]
thank you
Like others it is used for many projects to send events and tell scripts when to do it, like this:
when [Scratch program ran v] received :: events hat
Forever
Imagine :: custom
Program :: translate
share [project v] :: events

Last edited by CaptFrIEdshrimp (Jan. 12, 2026 16:17:43)

Alexander-scratch-24
Scratcher
52 posts

how do i use brordcast blocks????????

Broadcast blocks will send a message to all sprites, when using this one
broadcast [message1 v]

If you use this one
when I receive [message 1 v]
The script under it will start as soon as the broadcast is sent

And using this one
broadcast [message 1 v] and wait 
It will do the same thing as the first 1 but wait for the script to finish

when green flag clicked
forever
if <touching [Hazards v] ?> then
broadcast [Die v] and wait
end
end

when I receive [Die v]
change [Lifes v] by (-1)
go to x: (Checkpoint X) y: (Checkpoint Y)
set [Scene v] to (Checkpoint scene)

Last edited by Alexander-scratch-24 (Jan. 12, 2026 17:15:36)

Powered by DjangoBB