How does one sprite tell another to start? 📢 It broadcasts a message, and every sprite listening for that message responds.

📌 What we will learn

  • 📢 Create a broadcast message and give it a clear name
  • 👂 Add a when-I-receive block to another sprite
  • 🎭 Use broadcasts to make two sprites take turns
💡 Remember: Name your messages clearly – start-race is much better than message1.

✅ When you have finished reading, scroll down and attempt this week’s quiz.