Scratch Challenge: Dialogue
For this challenge, you will create a Scratch project that includes a dialogue between two characters.
- Create two sprites, and give them each a name.
- Write a conversation between the two characters. The conversation should be at least five lines long.
- Use the "say" block to make the sprites say their lines of dialogue.
- Use the "wait" block to add pauses between lines of dialogue.
- Make the sprites move and/or change costumes during the conversation to make it more interesting.