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

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