>From: Richard Harrison <[EMAIL PROTECTED]>
[...]
> > on mouseUp
> > put "The text I want spoken." into myVar
> > Do "say " "e& myVar "e 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 " "e& myVar "e& " using " "e& Princess "e 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