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

  1. on exitFrame
  2.   CLEANUP()
  3.   repeat with n = 28 down to 24
  4.     set the visible of sprite n to 0
  5.   end repeat
  6.   repeat with n = 5 down to 4
  7.     set the visible of sprite n to 0
  8.   end repeat
  9. end
  10.