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

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