home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / artwaug.dxr / 00025.ls < prev    next >
Encoding:
Text File  |  1996-06-17  |  126 b   |  9 lines

  1. on exitFrame
  2.   global IFLQuitNow
  3.   go(the frame)
  4.   startTimer()
  5.   repeat while the timer < (1 * 60)
  6.   end repeat
  7.   quit()
  8. end
  9.