home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1997 May / macgaichiban199705.bin / MOVIES / INTERNET.Dxr / 00002.ls < prev    next >
Encoding:
Text File  |  1997-03-12  |  94 b   |  9 lines

  1. on exitFrame
  2.   global size
  3.   if size = 1 then
  4.     quit()
  5.   else
  6.     go(1, "ptm")
  7.   end if
  8. end
  9.