home *** CD-ROM | disk | FTP | other *** search
/ Cocktail Hour / image.iso / OPEN.DIR / 00051.ls < prev    next >
Encoding:
Text File  |  1997-03-05  |  172 b   |  12 lines

  1. on mouseDown
  2.   set the visible of sprite 19 to 1
  3.   updateStage()
  4.   repeat while the mouseDown
  5.   end repeat
  6.   set the visible of sprite 19 to 0
  7. end
  8.  
  9. on mouseUp
  10.   quit()
  11. end
  12.