home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 30 / CMi30.iso / pc / software / 00019.ls < prev    next >
Encoding:
Text File  |  2001-01-05  |  200 b   |  11 lines

  1. on exitFrame
  2.   repeat with x = 22 to 27
  3.     sprite(x).visible = 0
  4.   end repeat
  5.   repeat with x = 45 to 120
  6.     sprite(x).visible = 0
  7.   end repeat
  8.   sprite(30).visible = 0
  9.   sprite(31).visible = 0
  10. end
  11.