home *** CD-ROM | disk | FTP | other *** search
/ Igromania 2005 May / Igromania_2005-05.iso / DemosThemes2 / Demo1944BattleOfTheBulge / demo1944english.exe / Inf / DummyMovie.inf < prev    next >
INI File  |  2004-07-21  |  1KB  |  95 lines

  1.  
  2. [DummyMovie]
  3. {
  4.  
  5.     shortcut = Space, KEY_SPACE
  6.     shortcut = Escape, KEY_ESCAPE
  7.  
  8.     [Background]
  9.     {
  10.         type=Image
  11.         Pos=0,0
  12.         Filename=Gfx\Interface\Menu\Main.tga
  13.     }
  14.  
  15.     [Background2]
  16.     {
  17.         type=Button
  18.         TwoDArea = 0, 0, 1024, 768
  19.     }
  20.  
  21.     [MainScene2d_2]
  22.     {
  23.         type=Scene
  24.         Create                =FALSE
  25.         DeleteZBuffer         =FALSE
  26.         DeleteBackground      =FALSE
  27.         Render_Screen_Viewport=1
  28.     }
  29.  
  30.     [Movie]
  31.     {
  32.         type=Movie
  33.         Pos=0,0
  34.     }
  35.  
  36.     [MainScene2d_1]
  37.     {
  38.         type=Scene
  39.         Create                =FALSE
  40.         DeleteZBuffer         =FALSE
  41.         DeleteBackground      =FALSE
  42.         Render_Screen_Viewport=1
  43.     }
  44.  
  45.     [Subtitle]
  46.     {
  47.         type=Text
  48.         TwoDArea = 128, 690, 768, 78
  49.         Align=ALIGN_CENTER
  50.         Font=newmenu_20_white
  51.     }
  52.  
  53.     [SubtitleTop]
  54.     {
  55.         type=Text
  56.         TwoDArea = 128, 10, 768, 78
  57.         Align=ALIGN_CENTER
  58.         Font=newmenu_20_white
  59.     }
  60.  
  61.     [Text]
  62.     {
  63.         type=Text
  64.         TwoDArea = 0, 150, 1024, 40
  65.         Align=ALIGN_CENTER
  66.         Text="#iMOVIE#"
  67.         Color=0,0,0,255
  68.         Font=newmenu_20_white
  69.     }
  70.  
  71.     [Next]
  72.     {
  73.         type=TextButton
  74.         TwoDArea = 384, 600, 256, 40
  75. ;        Color=MAINMENU_BTN_COLOR
  76. ;        MouseOverColor=MAINMENU_BTN_MOUSEOVER_COLOR
  77.         Align=ALIGN_CENTER
  78.         Text="#iNEXT#"
  79.         Font=newmenu_20_white
  80.         Color=0,0,0,255
  81.         MouseOverColor=MENU_MOUSEOVER_COLOR
  82.         OnClickSound="Sounds/Interface/Click 01.wav"
  83.     }
  84.  
  85.     [MainScene2d]
  86.     {
  87.         type=Scene
  88.         Create                =FALSE
  89.         DeleteZBuffer         =FALSE
  90.         DeleteBackground      =FALSE
  91.         Render_Screen_Viewport=1
  92.     }
  93.  
  94. }
  95.