home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 1 #1 / Blender_1_1.iso / BLENDER / FILES / DAM.DIR / 00131.ls < prev    next >
Encoding:
Text File  |  1994-11-01  |  116 b   |  10 lines

  1. on exitFrame
  2.   global n
  3.   if n > 3 then
  4.     go("NEXT")
  5.   else
  6.     set n to n + 1
  7.     go(the frame - 1)
  8.   end if
  9. end
  10.