>From: Richard Harrison <[EMAIL PROTECTED]>

[...]

> > on mouseUp
> > put "The text I want spoken." into myVar
> > Do "say " &quote& myVar &quote as Applescript
> > end mouseUp
[...]
>
>Anyway to change voices?

Here's one way to specify a voice by name ("Princess" being a specific voice 
available to the Speech Manager):

on mouseUp
  put "The text I want spoken." into myVar
  Do "say " &quote& myVar &quote& " using " &quote& Princess &quote as 
Applescript
end mouseUp



-Kurt

_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to