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

  1. on mouseDown
  2.   set the visible of sprite 17 to 1
  3.   updateStage()
  4.   repeat while the mouseDown
  5.   end repeat
  6.   set the visible of sprite 17 to 0
  7. end
  8.  
  9. on mouseUp
  10.   repeat with i = 1 to 16
  11.     set the cursor of sprite i to 0
  12.   end repeat
  13.   cursor(4)
  14.   go(1, "cocktail.dir")
  15. end
  16.