home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 14 / CMi14.iso / pc / readint / 00028.ls < prev    next >
Encoding:
Text File  |  1999-10-04  |  399 b   |  19 lines

  1. on mouseUp
  2.   global whichReader
  3.   if whichReader = 1 then
  4.     set the movieRate of sprite 45 to 1
  5.   else
  6.     if whichReader = 2 then
  7.       set the movieRate of sprite 46 to 1
  8.     else
  9.       if whichReader = 3 then
  10.         set the movieRate of sprite 47 to 1
  11.       else
  12.         if whichReader = 4 then
  13.           set the movieRate of sprite 48 to 1
  14.         end if
  15.       end if
  16.     end if
  17.   end if
  18. end
  19.