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

  1.  
  2. [MovieSelector]
  3. {
  4.  
  5.     shortcut = Back, KEY_ESCAPE
  6.  
  7.     [Background]
  8.     {
  9.         type=Image
  10.         Pos=0,0
  11.         Filename=Gfx/Interface/Extras/MovieSelector.tga
  12.     }
  13.  
  14.     [Title]
  15.     {
  16.         type=Text
  17.         TwoDArea = 0, 142, 1024, 0
  18.         Align=ALIGN_CENTER
  19.         Font=newmenu_35_white
  20.         Color=0,0,0,255
  21.     }
  22.  
  23.     [List]
  24.     {
  25.         type=ListBox
  26.         TwoDArea = 158, 217, 300, 300
  27.         SelectedColor=MENU_MOUSEOVER_COLOR
  28.         Font=newmenu_20_white
  29.     }
  30.  
  31.     [Description]
  32.     {
  33.         type=Text
  34.         TwoDArea = 532, 215, 330, 250
  35.         Font=newmenu_20_white
  36.         Align=ALIGN_LEFT
  37.     }
  38.     
  39.     [Back]
  40.     {
  41.         type=TextButton
  42.         TwoDArea = 559, 517, 136, 25
  43.         Align=ALIGN_CENTER
  44.         Text="#iBACK#"
  45.         Font=newmenu_20_white
  46.         MouseOverColor=MENU_MOUSEOVER_COLOR
  47.         OnClickSound="Sounds/Interface/Click 01.wav"
  48.         DropShadow=1;
  49.     }
  50.     
  51.     [Play]
  52.     {
  53.         type=TextButton
  54.         TwoDArea = 707, 517, 136, 25
  55.         Align=ALIGN_CENTER
  56.         Text="#iPLAY_MOVIE#"
  57.         Font=newmenu_20_white
  58.         MouseOverColor=MENU_MOUSEOVER_COLOR
  59.         OnClickSound="Sounds/Interface/Click 01.wav"
  60.         DropShadow=1;
  61.     }
  62.  
  63.     [MainScene2d]
  64.     {
  65.         type=Scene
  66.         Create                =FALSE
  67.         DeleteZBuffer         =FALSE
  68.         DeleteBackground      =FALSE
  69.         Render_Screen_Viewport=1
  70.     }
  71.  
  72. }
  73.