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

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