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

  1. on exitFrame
  2.   CLEANUP()
  3.   repeat with n = 37 down to 35
  4.     set the visible of sprite n to 0
  5.   end repeat
  6.   repeat with n = 43 down to 41
  7.     set the visible of sprite n to 0
  8.   end repeat
  9.   puppetSprite(6, 1)
  10.   puppetSprite(7, 1)
  11.   set the constraint of sprite 6 to 13
  12.   set the constraint of sprite 7 to 14
  13. end
  14.