Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How do I use text-to-speech to make a sprite ask a question?
- CoolEpic3
-
13 posts
How do I use text-to-speech to make a sprite ask a question?
I want my sprite to say the question while the question is being asked. I tried this: (the sound block is actually the text-to-speech block.)
It says the question and then asks it. I tried making another script, it didn't work.
when this sprite clicked
play sound [ v]
ask [] and wait
It says the question and then asks it. I tried making another script, it didn't work.
- Byron_Inc
-
1000+ posts
How do I use text-to-speech to make a sprite ask a question?
The text-to-speech block proceeds only after the person finish asking. You can do this: I want my sprite to say the question while the question is being asked. I tried this: (the sound block is actually the text-to-speech block.)when this sprite clicked
play sound [ v]
ask [] and wait
It says the question and then asks it. I tried making another script, it didn't work.
when this sprite clicked
say [Question] :: pen stack
when this sprite clicked
ask [Question] and wait
- vovxb
-
6 posts
How do I use text-to-speech to make a sprite ask a question?
or you could just make a brodcast mabye im not sure tho?
- Discussion Forums
- » Help with Scripts
-
» How do I use text-to-speech to make a sprite ask a question?