home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 30 / CMi30.iso / pc / net / 00006.ls < prev    next >
Encoding:
Text File  |  2001-01-04  |  454 b   |  24 lines

  1. on exitFrame
  2.   global whichSoftware
  3.   go(marker(0) + 2)
  4.   mainRoller()
  5.   if the movieRate of sprite 21 <> 1 then
  6.     set the movieRate of sprite 21 to 1
  7.   end if
  8.   if whichSoftware = 1 then
  9.     macfeatureRoller()
  10.   else
  11.     if whichSoftware = 2 then
  12.       maclibRoller()
  13.     else
  14.       if whichSoftware = 3 then
  15.         macutilRoller()
  16.       else
  17.         if whichSoftware = 4 then
  18.           noRoller()
  19.         end if
  20.       end if
  21.     end if
  22.   end if
  23. end
  24.