I put this into a button. the myVisible and mySpeech is a variable for hiding a field and turning on speech in a preference window. The problem is that on multiple button hits the speech is interrupted and starts over. I thought that the revIsSpeaking would not allow the revspeak to proceed until the first hit was done.

Any ideas????

on mouseUp
  global gmySpeech, gmyVisible
  if gmySpeech
  then
  put "History, Select an item from the list." into lmySpeak
  if not revIsSpeaking then revSpeak lmySpeak
  end if
if gmyVisible then
  set the visible of field "Hist" to not the visible of field "Hist"
  end if
end mouseUp

Thomas J McGrath III
Advanced Media Group

220 Drake Rd.
Bethel Park, PA 15102
[EMAIL PROTECTED]

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

Reply via email to