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

  1. on mouseUp
  2.   set the visible of sprite 7 to 0
  3.   updateStage()
  4.   startTimer()
  5.   repeat while the timer < 20
  6.   end repeat
  7.   set the visible of sprite 7 to 1
  8.   updateStage()
  9.   startTimer()
  10.   repeat while the timer < 20
  11.   end repeat
  12.   if marker(0) = marker("open") then
  13.     go("credits")
  14.   else
  15.     go("pub")
  16.   end if
  17. end
  18.