home *** CD-ROM | disk | FTP | other *** search
/ VCD Film, Television & An…on Creation Encyclopedia / mycd.iso / Direct5 / DATA.Z / INFOMIAW.DIR / 00007.ls < prev    next >
Encoding:
Text File  |  1996-03-15  |  231 b   |  13 lines

  1. on mouseDown
  2.   set vFieldRect to the rect of sprite the clickOn
  3.   set vFieldRect to vFieldRect - rect(0, 0, 14, 0)
  4.   if inside(the clickLoc, vFieldRect) then
  5.     fillShowGlossaryFld()
  6.   else
  7.     pass()
  8.   end if
  9. end
  10.  
  11. on mouseUp
  12. end
  13.