home *** CD-ROM | disk | FTP | other *** search
/ Reflux 1: The Becoming / Reflux.iso / shared.dxr / 00990.ls < prev    next >
Encoding:
Text File  |  1995-05-01  |  2.3 KB  |  72 lines

  1. on exitFrame
  2.   global gMusic, gReadVoice1, gReadVoice2, gReadVoice3, gReadVoice4, gPageNumber
  3.   if gMusic = 0 then
  4.     sound stop 2
  5.   end if
  6.   set gReadVoice1 to 1
  7.   set gReadVoice2 to 1
  8.   set gReadVoice3 to 1
  9.   set gReadVoice4 to 1
  10.   if gPageNumber = 20 then
  11.     set the volume of sound 2 to 170
  12.   else
  13.     if gPageNumber = 6 then
  14.       set the volume of sound 2 to 200
  15.     else
  16.       if gPageNumber = 3 then
  17.         set the volume of sound 2 to 180
  18.       else
  19.         if gPageNumber = 5 then
  20.           set the volume of sound 2 to 170
  21.         else
  22.           if gPageNumber = 7 then
  23.             set the volume of sound 2 to 200
  24.           else
  25.             if gPageNumber = 8 then
  26.               set the volume of sound 2 to 200
  27.             else
  28.               if gPageNumber = 9 then
  29.                 set the volume of sound 2 to 200
  30.               else
  31.                 if gPageNumber = 11 then
  32.                   set the volume of sound 2 to 170
  33.                 else
  34.                   if gPageNumber = 12 then
  35.                     set the volume of sound 2 to 200
  36.                   else
  37.                     if gPageNumber = 13 then
  38.                       set the volume of sound 2 to 170
  39.                     else
  40.                       if gPageNumber = 16 then
  41.                         set the volume of sound 2 to 170
  42.                       else
  43.                         if gPageNumber = 17 then
  44.                           set the volume of sound 2 to 160
  45.                         else
  46.                           if gPageNumber = 18 then
  47.                             set the volume of sound 2 to 180
  48.                           else
  49.                             if gPageNumber = 19 then
  50.                               set the volume of sound 2 to 170
  51.                             else
  52.                               if gPageNumber = 20 then
  53.                                 set the volume of sound 2 to 200
  54.                               else
  55.                                 set the volume of sound 2 to 256
  56.                               end if
  57.                             end if
  58.                           end if
  59.                         end if
  60.                       end if
  61.                     end if
  62.                   end if
  63.                 end if
  64.               end if
  65.             end if
  66.           end if
  67.         end if
  68.       end if
  69.     end if
  70.   end if
  71. end
  72.