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

  1. on exitFrame
  2.   global gFrameIndex, gMainIndex, gSubIndex
  3.   set gSubIndex to marker(0)
  4.   CLEANUP()
  5.   repeat with n = 19 to 28
  6.     set the visible of sprite n to 0
  7.   end repeat
  8. end
  9.