home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / Cosmos.dxr / Internal_2.ls < prev    next >
Encoding:
Text File  |  2002-01-25  |  114 b   |  8 lines

  1. global glimpseOfPuzzleTime
  2.  
  3. on exitFrame
  4.   if the ticks < glimpseOfPuzzleTime then
  5.     go(the frame)
  6.   end if
  7. end
  8.