Broadcasts are used to connect events together or communication between sprites. In this example, when you click on an object that object sends a broadcast which makes the 'Jess' sprite react in a specific way. Assignment: Use broadcasts to make a program about your likes and interests. For this assignment, you need to make at least one broadcast that another sprite will receive and respond to. Check out my code to help you with the project. PART 2: Add a variable to one of your sprites so that it switches what it says every time you click on it. Check out the variable on the center sprite in this program to help you. Be sure to put your finished project in the Honey Creek studio! link: https://scratch.mit.edu/studios/548324
When you click on one of the sprites on the outside it sends a broadcast. When the sprite in the middle receives that broadcast it responds.