home *** CD-ROM | disk | FTP | other *** search
/ Fischer's Erotic Encyclopedia / Eros.mdf / CSECTION / 00207_TextBox.ls < prev    next >
Encoding:
Text File  |  1996-11-11  |  181 b   |  9 lines

  1. on mouseUp
  2.   global hotColor
  3.   if the mouseWord > 0 then
  4.     if the foreColor of word the mouseWord of field the mouseCast = hotColor then
  5.       doHotLink()
  6.     end if
  7.   end if
  8. end
  9.