home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 3 #4 / Blender_3_4.iso / BLENDER / FILES / SEATTLE.DIR / 00479.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  289 b   |  11 lines

  1. on exitFrame
  2.   global gFrameIndex, gFirstCast, gLastCast
  3.   set gFrameIndex to the frameLabel
  4.   set gFirstCast to the memberNum of sprite 18
  5.   set gLastCast to the memberNum of sprite 20
  6.   repeat with i = 27 to 38
  7.     set the visible of sprite i to 0
  8.   end repeat
  9.   puppetSprite(18, 1)
  10. end
  11.