What does the
When I receivescript do?
Offline
The when I receive block is a way to send signals to different sprite(s).
The block cannot work without the Broadcast block, which broadcasts a message which the when I receive block receives and starts the scripts under it going.
I stink at explaining things, so sorry if you can't understand what I'm saying.
Offline
The block that triggers this starting block:
broadcast [message1 v]The "message1" corresponds with this block:
When I receive [message1 v]You can change "message1" to a different name to suit your needs.
Last edited by bob6 (2013-03-06 21:21:39)
Offline
Thanks, that helped a lot.
Offline