home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 January / Image.iso / aolshow.dir / 00094.ls < prev    next >
Encoding:
Text File  |  1996-10-20  |  87 b   |  8 lines

  1. on exitFrame
  2.   if the timer > 90 then
  3.     quit()
  4.   else
  5.     go(the frame)
  6.   end if
  7. end
  8.