home *** CD-ROM | disk | FTP | other *** search
/ Leonardo daVinci / LEODAVINCI.ISO / DATA / G1.Dxr / 00982.ls < prev    next >
Encoding:
Text File  |  1996-11-30  |  151 b   |  13 lines

  1. on mouseDown
  2.   registerMouseDown()
  3.   clickSound()
  4. end
  5.  
  6. on mouseUp
  7.   if not validateMouseDown() then
  8.     exit
  9.   end if
  10.   cleanup3()
  11.   goLevel3syn()
  12. end
  13.