home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 20 / CMi20.iso / pc / net.dir / 00019.ls < prev    next >
Encoding:
Text File  |  2000-03-27  |  214 b   |  11 lines

  1. on exitFrame
  2.   global whichSoftware
  3.   repeat with x = 22 to 27
  4.     set the visible of sprite x to 0
  5.   end repeat
  6.   repeat with x = 45 to 86
  7.     set the visible of sprite x to 0
  8.   end repeat
  9.   whichSoftware = 4
  10. end
  11.