home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 30 / CMi30.iso / pc / net / 00019.ls < prev    next >
Encoding:
Text File  |  2001-01-04  |  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.