home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 June / macgaichiban199606.bin / MOVIES / MT / 00056.ls < prev    next >
Encoding:
Text File  |  1996-03-27  |  114 b   |  8 lines

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