put the text of the target into tS

sims sims at ezpzapps.com
Wed Apr 6 03:59:29 EDT 2005


I'm using the following is a card script to have Rev speak text, works
fine unless the target is a Check Box btn.

How can I add Check Box btns to the items that get read?


on mouseEnter
   put the text of the target into tS
   if tS is not empty then
     revSpeak tS
   end if
end mouseEnter


tia
sims


More information about the use-livecode mailing list