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

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