home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / lldemo / lldemo.shr / ROSETTA.EXE / ROSETTA.DXR / 00390.ls < prev    next >
Encoding:
Text File  |  1996-06-24  |  229 b   |  11 lines

  1. on mouseUp
  2.   global gStuMethod
  3.   set h to the mouseH
  4.   set v to the mouseV
  5.   if withinBox(127, 235, 151, 258, the mouseH, the mouseV) then
  6.     setaProp(gStuMethod, #icons, #check)
  7.     highlight(21)
  8.     updateStage()
  9.   end if
  10. end
  11.