Same here Jim.

And the most funny result of a handler I have seen (or better heared) in a while. Thanks for the demo script. :-D

Is it just me? revSpeechVoices("Male") yields the same speakers as
reSpeechVoices("Female").

Mac OS 10.4.2 & Run Rev  2.6

on mouseUp
   put revspeechvoices("Male") into tList
   repeat for each line tLine in tList
     put tLine & cr after msg box
     revsetSpeechVoice tLine
     revSpeak "I've got to stop using those hormones."
     wait until  revIsSpeaking()  is false
   end repeat
end mouseUp

Jim

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to