home *** CD-ROM | disk | FTP | other *** search
/ Experience Hawaii / HAWAII.ISO / pc / h_intro.dir / 00004.ls < prev    next >
Encoding:
Text File  |  1996-04-12  |  140 b   |  9 lines

  1. on exitFrame
  2.   global gStartTime
  3.   if the ticks < (gStartTime + (5 * 60)) then
  4.     go(the frame - 20)
  5.   else
  6.     go(marker(1))
  7.   end if
  8. end
  9.