home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 2 #3 / Blender_2_3.iso / BLENDER / FILES / POPCULT.DIR / 00129.ls < prev    next >
Encoding:
Text File  |  1996-04-01  |  145 b   |  11 lines

  1. on exitFrame
  2.   global count
  3.   if count > 1 then
  4.     CLEANUP()
  5.     go(#next)
  6.   else
  7.     set count to count + 1
  8.     go(the frame - 6)
  9.   end if
  10. end
  11.