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

  1. on exitFrame
  2.   global n
  3.   repeat with n = 14 down to 11
  4.     set the visible of sprite n to 0
  5.   end repeat
  6.   go(#next)
  7. end
  8.