home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! Special / macgaichibanspecial1.bin / MOVIES / BEGINNER / 00047.ls < prev    next >
Encoding:
Text File  |  1995-12-13  |  116 b   |  9 lines

  1. on exitFrame
  2.   global ltime
  3.   if the timer < (ltime + 240) then
  4.     go(#loop)
  5.   else
  6.     go(marker(1))
  7.   end if
  8. end
  9.