home *** CD-ROM | disk | FTP | other *** search
/ Cocktail Hour / image.iso / OPEN.DIR / 00047_Script_47 < prev    next >
Text File  |  1997-03-05  |  357b  |  21 lines

  1. on mouseUp
  2.   set the visible of sprite 4=0
  3.   
  4.   updatestage
  5.   starttimer
  6.   repeat while the timer<20
  7.   end repeat
  8.   
  9.   set the visible of sprite 4=1
  10.   updatestage
  11.   starttimer
  12.   repeat with i=1 to 16
  13.     set the cursor of sprite i=0
  14.   end repeat
  15.   cursor 4
  16.   
  17.   repeat while the timer<20
  18.   end repeat
  19.   
  20.   go to movie "cocktail.dir" 
  21. end