Discuss Scratch

CoolEpic3
Scratcher
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.)
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
Scratcher
1000+ posts

How do I use text-to-speech to make a sprite ask a question?

CoolEpic3 wrote:

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.
The text-to-speech block proceeds only after the person finish asking. You can do this:
when this sprite clicked
say [Question] :: pen stack

when this sprite clicked
ask [Question] and wait
vovxb
Scratcher
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?

Powered by DjangoBB