Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 975 Bytes

File metadata and controls

28 lines (21 loc) · 975 Bytes

🧩 broadcast2Arcade

A simple extension for MakeCode Arcade that adds Scratch-style broadcast message blocks.

📦 Features

  • Send messages between parts of your game easily.
  • Works just like Scratch's broadcast and when I receive blocks.
  • Lightweight and compatible with all Arcade projects.

🧱 Blocks Preview

Blocks Preview

broadcast2Arcade Installation Guide

  1. Go to https://arcade.makecode.com/
  2. Create a new project or open an existing one.
  3. Click Advanced > Extensions.
  4. Paste this link into the search bar and press Enter: https://github.com/Smokyy14/broadcast2MakecodeArcade
  5. Wait for MakeCode to load the extension.
  6. Find the new category named "broadcast" in the blocks list.
  7. Use the blocks:
    • send message [text]
    • when message received [text]

Created by Smokyy14 <3

I made this extension because I needed it for a personal project lol