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

  1. def x1        320
  2. def x2        350
  3. def y        0
  4. def dy        22
  5.  
  6. Include Menu.Def
  7.  
  8. Background #PreviousMenu
  9.  
  10. FontSize    Default 12 19
  11. FontSize    Selected 13 22
  12.  
  13. def    #Section    Keys1
  14. def    #AutoBack    AutoBack1
  15.  
  16. item
  17. {
  18.     Invisible
  19.     OnAction
  20.     {
  21.         SetCfg #Section #Keys#1 OnEnter
  22.     }
  23. }
  24.  
  25.  
  26. item
  27. {
  28.     Text Up
  29.     Pos x1 y Right
  30. }
  31.  
  32. item
  33. {
  34.     PressButton
  35.     Pos x2 y Left
  36.     Add y dy
  37.     OnAction
  38.     {
  39.         KeyCfg /#Section/Up PressKey
  40.     }
  41. }
  42.  
  43.  
  44. item
  45. {
  46.     Text Down
  47.     Pos x1 y Right
  48. }
  49.  
  50. item
  51. {
  52.     PressButton
  53.     Pos x2 y Left
  54.     Add y dy
  55.     OnAction
  56.     {
  57.         KeyCfg /#Section/Down
  58.     }
  59. }
  60.  
  61. item
  62. {
  63.     Text Left
  64.     Pos x1 y Right
  65. }
  66.  
  67. item
  68. {
  69.     PressButton
  70.     Pos x2 y Left
  71.     Add y dy
  72.     OnAction
  73.     {
  74.         KeyCfg /#Section/Left
  75.     }
  76. }
  77.  
  78. item
  79. {
  80.     Text Right
  81.     Pos x1 y Right
  82. }
  83.  
  84. item
  85. {
  86.     PressButton
  87.     Pos x2 y Left
  88.     Add y dy
  89.     OnAction
  90.     {
  91.         KeyCfg /#Section/Right
  92.     }
  93. }
  94.  
  95.  
  96. item
  97. {
  98.     Text RotateL
  99.     Pos x1 y Right
  100. }
  101.  
  102. item
  103. {
  104.     PressButton
  105.     Pos x2 y Left
  106.     Add y dy
  107.     OnAction
  108.     {
  109.         KeyCfg /#Section/RotateL
  110.     }
  111. }
  112.  
  113. item
  114. {
  115.     Text RotateR
  116.     Pos x1 y Right
  117. }
  118.  
  119. item
  120. {
  121.     PressButton
  122.     Pos x2 y Left
  123.     Add y dy
  124.     OnAction
  125.     {
  126.         KeyCfg /#Section/RotateR
  127.     }
  128. }
  129.  
  130.  
  131. item
  132. {
  133.     Text Drop
  134.     Pos x1 y Right
  135. }
  136.  
  137. item
  138. {
  139.     PressButton
  140.     Pos x2 y Left
  141.     Add y dy
  142.     OnAction
  143.     {
  144.         KeyCfg /#Section/Drop
  145.     }
  146. }
  147.  
  148.  
  149. item
  150. {
  151.     Text Menu
  152.     Pos x1 y Right
  153. }
  154.  
  155. item
  156. {
  157.     PressButton
  158.     Pos x2 y Left
  159.     Add y dy
  160.     OnAction
  161.     {
  162.         KeyCfg /#Section/Menu
  163.     }
  164. }
  165.  
  166.  
  167. item
  168. {
  169.     Text DropU
  170.     Pos x1 y Right
  171. }
  172.  
  173. item
  174. {
  175.     PressButton
  176.     Pos x2 y Left
  177.     Add y dy
  178.     OnAction
  179.     {
  180.         KeyCfg /#Section/DropUp PressKey
  181.     }
  182. }
  183.  
  184.  
  185. item
  186. {
  187.     Text DropD
  188.     Pos x1 y Right
  189. }
  190.  
  191. item
  192. {
  193.     PressButton
  194.     Pos x2 y Left
  195.     Add y dy
  196.     OnAction
  197.     {
  198.         KeyCfg /#Section/DropDown
  199.     }
  200. }
  201.  
  202. item
  203. {
  204.     Text DropL
  205.     Pos x1 y Right
  206. }
  207.  
  208. item
  209. {
  210.     PressButton
  211.     Pos x2 y Left
  212.     Add y dy
  213.     OnAction
  214.     {
  215.         KeyCfg /#Section/DropLeft
  216.     }
  217. }
  218.  
  219. item
  220. {
  221.     Text DropR
  222.     Pos x1 y Right
  223. }
  224.  
  225. item
  226. {
  227.     PressButton
  228.     Pos x2 y Left
  229.     Add y dy
  230.     OnAction
  231.     {
  232.         KeyCfg /#Section/DropRight
  233.     }
  234. }
  235.  
  236. item
  237. {
  238.     Text Default
  239.     Pos x1 y Center
  240.     OnAction
  241.     {
  242.         SetCfg /Controller/#AutoBack 0.25
  243.     }
  244.  
  245.     OnActionIf #Section Keys1
  246.     {
  247.         SetKeyCfg /#Section/Up Up
  248.         SetKeyCfg /#Section/Down Down
  249.         SetKeyCfg /#Section/Left Left
  250.         SetKeyCfg /#Section/Right Right
  251.         SetKeyCfg /#Section/RotateL LShift
  252.         SetKeyCfg /#Section/RotateR <
  253.         SetKeyCfg /#Section/Drop LControl
  254.         SetKeyCfg /#Section/Menu Enter
  255.         SetKeyCfg /#Section/DropUp d
  256.         SetKeyCfg /#Section/DropDown c
  257.         SetKeyCfg /#Section/DropLeft x
  258.         SetKeyCfg /#Section/DropRight v UpDate
  259.     }
  260.  
  261.     OnActionIf #Section Keys2
  262.     {
  263.         SetKeyCfg /#Section/Up Pad8
  264.         SetKeyCfg /#Section/Down Pad5
  265.         SetKeyCfg /#Section/Left Pad4
  266.         SetKeyCfg /#Section/Right Pad6
  267.         SetKeyCfg /#Section/RotateL Pad7
  268.         SetKeyCfg /#Section/RotateR Pad9
  269.         SetKeyCfg /#Section/Drop Pad0
  270.         SetKeyCfg /#Section/Menu PadEnter
  271.         SetKeyCfg /#Section/DropUp Home
  272.         SetKeyCfg /#Section/DropDown End
  273.         SetKeyCfg /#Section/DropLeft Del
  274.         SetKeyCfg /#Section/DropRight PageDown UpDate
  275.     }
  276. }