Sign in
Home
Online Classes
Instructors
Tutorials
☰
Register
Sign in
Online Classes
Instructors
Tutorials
1. Pick two main characters and a backdrop
2. (Group Activity) Broadcast Blocks
3. Write your first dialogue
4. Make your second character respond
5. Make your first character respond again
6. Add some motion effects
7. Add sound effects
8. Build your story
Project 108: Living Comic
4. Make your second character respond
You only want your second character to respond when it knows the first one is done talking. So, the first character will have to broadcast that it's done talking, and your second one needs to listen to that broadcast.
Starting point file for this challenge
Your goal
Hint: show steps
Steps
1. Click on your first character
Hint: show details
Go back to your first character's code. We have to give it one last important block.
Hint: show image
2. Add a "broadcast ____" block
Hint: show details
This is a yellow "events" block.
Hint: show image
3. Change the message
Hint: show details
Make a new message that's more specific than just "message1" - that will become confusing later, and it's better to stay organized!
Because the first character in the example says "Hi there!" as its first line, the broadcast message could be something like, "Said Hi There."
Hint: show image
4. Click on your second character
Hint: show details
Now you can move to your second character's code.
Hint: show image
5. Add a "when I receive ___" block and change it to your first broadcast message
Hint: show details
This is a yellow "events" block.
Add this block somewhere in your second character's code, and click on the block to change it to the message you just wrote.
In the last example, the message being broadcasted was "Said Hi There."
Hint: show image
6. Add a "say ___ for 2 seconds" block
Hint: show details
Add this purple "looks" block below the yellow block. Change the text to be the next line in your story!
Hint: show image
×
×
Provide your email address for immediate project access
Email
Check your email for instructions on how to create a full DA account