home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1997 October / macgaichiban199710.bin / MOVIES / INTERNET.Dxr / 00002.ls < prev    next >
Encoding:
Text File  |  1997-08-04  |  139 b   |  11 lines

  1. on exitFrame
  2.   global gquittime, size
  3.   set gquittime to 0
  4.   cursor(-1)
  5.   if size = 1 then
  6.     quit()
  7.   else
  8.     go(1, "ptm")
  9.   end if
  10. end
  11.