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

  1. on exitFrame
  2.   global whichSoftware
  3.   if the machineType = 256 then
  4.   else
  5.     go(marker(2))
  6.   end if
  7.   repeat with x = 45 to 86
  8.     sprite(x).visible = 0
  9.   end repeat
  10.   whichSoftware = 4
  11. end
  12.