A simple extension for MakeCode Arcade that adds Scratch-style broadcast message blocks.
- Send messages between parts of your game easily.
- Works just like Scratch's broadcastandwhen I receiveblocks.
- Lightweight and compatible with all Arcade projects.
- Go to https://arcade.makecode.com/
- Create a new project or open an existing one.
- Click Advanced > Extensions.
- Paste this link into the search bar and press Enter: https://github.com/Smokyy14/broadcast2MakecodeArcade
- Wait for MakeCode to load the extension.
- Find the new category named "broadcast" in the blocks list.
- Use the blocks:
- send message [text]
- when message received [text]
 
I made this extension because I needed it for a personal project lol
