home *** CD-ROM | disk | FTP | other *** search
/ The VPRO Digital Guide 1994 / vpro.iso / vpro1 / quit.dir / 00003.ls < prev    next >
Encoding:
Text File  |  1994-08-28  |  100 b   |  10 lines

  1. on enterFrame
  2.   if the timer > 17500 then
  3.     quit()
  4.   end if
  5. end
  6.  
  7. on exitFrame
  8.   go(marker(0))
  9. end
  10.