home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 September / Gamestar_65_2004-09_dvd.iso / Dema / balloonrain_trial.exe / Data / Pak01.pak / menu / levelfooter.def < prev    next >
Text File  |  2004-06-22  |  949b  |  84 lines

  1.  
  2. Font    Local HudTitle 15 28 0xFF9FBFFF 0xBF1F2F3F
  3.  
  4. item
  5. {
  6.     Text NotInTrial_bis
  7.     Font Local
  8.     Pos xNA yNA
  9.     ShowIfNot /Intern/LevelTrial 0 0
  10. }
  11.  
  12.  
  13. item Play
  14. {
  15.     Text Select
  16.     Pos x y Center
  17.  
  18.     OnActionIf /Intern/LevelTrial 0
  19.     {
  20.         menu Difficulty
  21.     }
  22.  
  23.     OnActionIf /Intern/LevelTrial 1
  24.     {
  25.         menu BuyFullVersion
  26.     }
  27.  
  28.     ShowIf /Intern/ChooseZone -1 -1
  29. }
  30.  
  31.  
  32. item Play
  33. {
  34.     Text Select
  35.     Pos x y Center
  36.  
  37.     OnActionIf /Intern/LevelTrial 0
  38.     {
  39.         StartGame -1
  40.     }
  41.  
  42.     OnActionIf /Intern/LevelTrial 1
  43.     {
  44.         menu BuyFullVersion
  45.     }
  46.  
  47.     ShowIfNot /Intern/ChooseZone -1 -1
  48. }
  49.  
  50. item
  51. {
  52.     Add y dy
  53.  
  54.     Text Instruction
  55.     Pos x y Center
  56.     Add y dy
  57.     OnAction
  58.     {
  59.         menu Instruction
  60.     }
  61. }
  62.  
  63.  
  64. item
  65. {
  66.     Text Back
  67.     Pos x y Center
  68.     Add y dy
  69.     OnAction
  70.     {
  71.         MenuBack
  72.     }
  73. }
  74.  
  75. //Font    Bigbig HugeChars 30 40 0xFF9FBFFF 0xAF1F2F3F
  76. //
  77. //item
  78. //{
  79. //    Text NotInTrial
  80. //    Font Bigbig
  81. //    Pos x 203
  82. //    ShowIfNot /Intern/LevelTrial 0 0
  83. //}
  84.