home *** CD-ROM | disk | FTP | other *** search
/ Cocktail Hour / image.iso / OPEN.DIR / 00053_Script_53 < prev    next >
Text File  |  1997-03-05  |  279b  |  15 lines

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