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

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