> Hey,
> About that playLoudness command... What would be the
> recipe for it? I tried this... But it fails to work..
>
> on speak whattext
> set the playloudness to 200
> ext_saystring whattext
> set the playloudness to 100
> end speak
>
> what am i doing worng? And Rev won't give me an error message...
>
> - Josh
I haven't used speech yet in Rev, but I have done this sort of thing in
HyperCard. The problem is that the script continues while the text is still
being said, so the volume is reset to low long before the speech is
finished.
You have to find a way a tell when the speech has finished. In HyperCard,
you put in a line saying:
wait until the speech is done
Then you can reset the volume as you are doing.
Cheers,
Sarah Reichelt