home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 September / Gamestar_65_2004-09_dvd.iso / Dema / balloonrain_trial.exe / Data / Pak01.pak / menu / audio.menu next >
Text File  |  2004-06-22  |  2KB  |  181 lines

  1. def x1        320
  2. def x2        350
  3. def y        50
  4. def dy        46
  5.  
  6. Include Menu.Def
  7.  
  8. FontSize    Default 21 28
  9. FontSize    Apply 21 28
  10. FontSize    Selected 24 32
  11. FontSize    Title 27 36
  12.  
  13. item
  14. {
  15.     Text AudioO
  16.     Font Title
  17.     Pos 320 y Center
  18.     Add y dy
  19.     Add y 16
  20. }
  21.  
  22.  
  23. item
  24. {
  25.     Text Fx
  26.     Pos x1 y Right
  27. }
  28.  
  29. item
  30. {
  31.     CheckButton On Off
  32.     Pos x2 y Left
  33.     Add y dy
  34.     OnAction
  35.     {
  36.         ToggleCfg /Sound/SoundOn Apply
  37.     }
  38. }
  39.  
  40.  
  41. item
  42. {
  43.     Text FxVol
  44.     Pos x1 y Right
  45. }
  46.  
  47. item
  48. {
  49.     SlideButton #%
  50.     //SlideButton SlideBar SlideButton
  51.     Pos x2 y Left
  52.     Add y dy
  53.     OnAction
  54.     {
  55.         SlideCfg /Sound/FxVolume 0.0 1.0 20
  56.         UpdateFxVolume
  57.     }
  58. }
  59.  
  60.  
  61. item
  62. {
  63.     Text FxFreq
  64.     Pos x1 y Right
  65. }
  66.  
  67. item
  68. {
  69.     CycleButton #Num
  70.     Pos x2 y Left
  71.     Add y dy
  72.     OnAction
  73.     {
  74.         NumberCfg /Sound/Frequency 11025 22050 44100 Apply
  75.     }
  76. }
  77.  
  78.  
  79. item
  80. {
  81.     Text FxBit
  82.     Pos x1 y Right
  83. }
  84.  
  85. item
  86. {
  87.     CycleButton #Num
  88.     Pos x2 y Left
  89.     Add y dy
  90.     OnAction
  91.     {
  92.         ToggleCfg /Sound/NbBits 8 16 Apply
  93.     }
  94. }
  95.  
  96.  
  97. item
  98. {
  99.     Text Music
  100.     Pos x1 y Right
  101. }
  102.  
  103. item
  104. {
  105.     CheckButton On Off
  106.     Pos x2 y Left
  107.     Add y dy
  108.     OnAction
  109.     {
  110.         ToggleCfg /Sound/MusicOn Apply
  111.     }
  112. }
  113.  
  114.  
  115. item
  116. {
  117.     Text MusVol
  118.     Pos x1 y Right
  119. }
  120.  
  121. item
  122. {
  123.     SlideButton #%
  124.     //SlideButton SlideBar SlideButton
  125.     Pos x2 y Left
  126.     Add y dy
  127.     OnAction
  128.     {
  129.         SlideCfg /Sound/MusicVolume 0.0 1.0 20
  130.         UpdateMusicVolume
  131.     }
  132. }
  133.  
  134.  
  135. item
  136. {
  137.     Text Default
  138.     Add y 12
  139.     Pos 320 y Center
  140.     Add y dy
  141.     OnAction
  142.     {
  143.         SetCfg /Sound/SoundOn 1 Apply
  144.         SetCfg /Sound/FxVolume 0.7
  145.         SetCfg /Sound/Frequency 22050 Apply
  146.         SetCfg /Sound/NbBits 16 Apply
  147.         SetCfg /Sound/MusicOn 1 Apply
  148.         SetCfg /Sound/MusicVolume 0.6
  149.         UpdateFxVolume
  150.         UpdateMusicVolume
  151.     }
  152. }
  153.  
  154.  
  155. item
  156. {
  157.     Text Back
  158.     Pos 140 y Center
  159.     OnAction
  160.     {
  161.         RestoreCfg
  162.         MenuBack
  163.     }
  164. }
  165.  
  166.  
  167. item
  168. {
  169.     Text Apply
  170.     Font Apply
  171.     Pos 500 y Center
  172.     OnAction
  173.     {
  174.         RestartSound
  175.         Apply
  176.         MenuBack
  177.     }
  178. }
  179.  
  180. GetFullVersion 575 10 Center Up
  181.