Talking Tales

Have you ever made the computer speak? In this project you are going to make your characters talk to each other with the Text to Speech plugin.

1) First, add the Text to Speech plugin and a character sprite.

2) Next, make the character reproduce some music when clicked. Hint: Choose a sound that is part of "Loops".

3) Now, when the character is clicked also make it say something. You can give it whatever voice you want.

4) Add a new character sprite. When clicked, make it speak with a different voice and also change color.

5) Add a new character sprite. When clicked, make it speak while spinning around.

6) Add a new sprite and create a variable called "Taps". When the sprite is clicked, add one more to the variable and make the character speak something.