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

  1. def x        320
  2. def y        250
  3. def y2        450
  4.  
  5. Include Menu.Def
  6.  
  7. Font    Default    HugeChars 12 16 0xFFFFFFFF 0x0 Center Center Shadow
  8. FontSize    Selected 18 24
  9.  
  10. Background TutoBox 70 70 500 400
  11.  
  12. item
  13. {
  14.     Text Tuto
  15.     Font Title
  16.     Pos x 40
  17. }
  18.  
  19.  
  20. item Tuto
  21. {
  22.     Text #Tutorial
  23.     MaxTextPixelPerLine 470
  24.     Pos x y
  25.  
  26. //    CycleButton #Text
  27. //    OnAction
  28. //    {
  29. //        ToggleCfg /Intern/Tuto 0
  30. //    }
  31.  
  32. //    Pos 85 115 Left Center
  33. }
  34.  
  35.  
  36. item
  37. {
  38.     Text TutoPlay
  39.     Pos x y2 Center Down
  40.     OnAction
  41.     {
  42.         MenuExit
  43.     }
  44. }
  45.