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

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