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

  1. on exitFrame
  2.   if random(100) > 97 then
  3.     go(#loop)
  4.   else
  5.     go(the frame - 3)
  6.   end if
  7. end
  8.