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

  1. def x        320
  2. def y        30
  3. def dy        40
  4.  
  5. Include Menu.Def
  6.  
  7. Background    LevelBack
  8. BlockRant
  9.  
  10. Font    Little        HugeChars 15 20 0xFFFFFFFF 0x7F000000
  11.  
  12. item
  13. {
  14.     Text Demo
  15.     Font Title
  16.     Pos 320 y Center
  17. }
  18.  
  19. def y        140
  20.  
  21. item GClass
  22. {
  23.     Text DemoMode #DemoMode
  24.     Font Little
  25.     Pos x y Center
  26.     Add y dy
  27. }
  28.  
  29. item
  30. {
  31.     Text DemoLevel #DemoLevel
  32.     Font Little
  33.     Pos x y Center
  34.     Add y dy
  35. }
  36.  
  37. item sDiff
  38. {
  39.     Text DemoSkill #DemoSkill
  40.     Font Little
  41.     Pos x y Center
  42.     Add y dy
  43. }
  44.  
  45. item
  46. {
  47.     Text DemoScore #DemoScore
  48.     Font Little
  49.     Pos x y Center
  50.     Add y dy
  51. }
  52.  
  53. item
  54. {
  55.     Text DemoTime #DemoTime
  56.     Font Little
  57.     Pos x y Center
  58.     Add y dy
  59. }
  60.  
  61.  
  62. //========================
  63. def y        375
  64.  
  65. item
  66. {
  67.     CycleButton
  68.     Pos x y Center
  69.     Add y dy
  70.     OnAction
  71.     {
  72.         CycleDemo /Game/Demo OnEnter
  73.         PreviewDemo OnEnter
  74.     }
  75. }
  76.  
  77.  
  78. item
  79. {
  80.     Text PlayDemo
  81.     Pos x y
  82.     Add y dy
  83.     OnAction
  84.     {
  85.         PlayDemo /Game/Demo
  86.     }
  87. }
  88.  
  89.  
  90. item
  91. {
  92.     Text Back
  93.     Pos x y Center
  94.     Add y dy
  95.     OnAction
  96.     {
  97.         MenuBack
  98.     }
  99. }
  100.