home *** CD-ROM | disk | FTP | other *** search
/ Great Canadian Scientists / GCS_CD.iso / mac / PC / GCSData / memory_g.dxr / 00042_BoxUp.ls < prev    next >
Encoding:
Text File  |  1996-09-01  |  268 b   |  17 lines

  1. on BoxUp
  2.   global BoxUp
  3.   if BoxUp = 1 then
  4.     if (the clickOn >= 28) and (the clickOn <= 30) then
  5.       pass()
  6.     else
  7.       if the mouseDown = 1 then
  8.         beep()
  9.       end if
  10.       dontPassEvent()
  11.     end if
  12.   end if
  13.   if BoxUp = 0 then
  14.     pass()
  15.   end if
  16. end
  17.