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

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