📡 Broadcasting Messages Copy | Betabox

📡 Broadcasting Messages Copy

Broadcasting messages in Scratch is another great way to make loops and reuse code because it involves less writing. The broadcast and receive functions are both in the Control folder. You can use these to call separate sections of code from your main line of code. Here is an example of using a broadcast message to call some code.

Try making and running this code!

This makes it really easy to turn right and left without having to enter in the code all over again.