Text to speech nonfunctional in standalone

Dar Scott dsc at swcp.com
Sat Feb 14 19:55:13 EST 2004


On Saturday, February 14, 2004, at 05:03 PM, Marian Petrides wrote:

> Wouldn't it see and execute the put whatText into field "debug" before 
> it even knew there was an unsupported revSpeak out there???

This is what you wrote earlier:

> On mouseUp
>   Put field "TextToSpeak" into whatText
>   RevSpeak whatText
>   put whatText into field "Debug"
> end mouseUp
>

The text of field "Debug" is set after the call to revSpeak.  If there 
is no revSpeak, then the handler will exit right there.  Execution will 
never get to the next line.

Dar Scott



More information about the use-livecode mailing list