home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 1997 June / Personal_Computer_World_Jun_97.iso / dxrs / artpcw06.dxr / 00020.ls < prev    next >
Encoding:
Text File  |  1997-03-24  |  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.