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