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

  1. on mouseUp
  2.   global gStuMethod
  3.   if withinBox(100, 235, 125, 258, the mouseH, the mouseV) then
  4.     setaProp(gStuMethod, #icons, #smiley)
  5.     unhighlight(21)
  6.     updateStage()
  7.   end if
  8. end
  9.