home *** CD-ROM | disk | FTP | other *** search
/ Cocktail Hour / image.iso / OPEN.DIR / 00005_Script_5 < prev    next >
Text File  |  1997-03-05  |  317b  |  17 lines

  1. on mouseUp
  2.   set the visible of sprite 3=0
  3.   updatestage
  4.   starttimer
  5.   repeat while the timer<20
  6.   end repeat
  7.   
  8.   set the visible of sprite 3=1
  9.   updatestage
  10.   starttimer
  11.   repeat while the timer<20
  12.   end repeat
  13.   --open "Logo.exe"
  14.   sound stop 1
  15.   global gCDPath    
  16.   open (gCDPath&"Logo.exe")
  17. end