home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 December / macgaichiban199612.bin / MOVIES / MT.Dxr / 00094.ls < prev    next >
Encoding:
Text File  |  1996-10-07  |  114 b   |  8 lines

  1. on exitFrame
  2.   global loop_cnt
  3.   if loop_cnt < 2 then
  4.     set loop_cnt to loop_cnt + 1
  5.     go(#loop)
  6.   end if
  7. end
  8.