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

  1. on exitFrame
  2.   if (the timeoutLapsed / 60) > 240 then
  3.     set the timeoutLapsed to 0
  4.     go(#next)
  5.   else
  6.     go(the frame - 27)
  7.   end if
  8. end
  9.