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

  1. on exitFrame
  2.   global gFrameIndex
  3.   set gFrameIndex 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.