Mesh for ScratchX
Thanks for checking out the Mesh extension for Scratch! Here's how it works.There are only two blocks in the mesh extension - a "broadcast mesh" block and a "when I receive mesh" block.
The broadcast mesh block looks like this:
broadcast mesh [message name] :: extensionIt takes one string input, and sends a message with the input text to any projects using the mesh extension.
The "when I receive mesh" block looks like this:
when I receive mesh [message name] :: hat extensionIt activates whenever mesh receives a message with the name from the text input from any project using mesh.