home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 November / Gamestar_67_2004-11_dvd.iso / Dema / footballmanager2005_betademo.exe / Data1.cab / _C18DA04E09A248B6AD4D65E472DEBF3A < prev    next >
Text File  |  2004-09-01  |  8KB  |  144 lines

  1. <screen version="1.0" >
  2.     <widget class="picture" id="losg" file="setup/logo" auto_size="all" transparency="0.5">
  3.          <layout class="centre_in_parent_attachment" alignment="all" priority="1"/>
  4.     </widget>
  5.  
  6.     <!-- PLAY -->
  7.     
  8.     <widget class="icon_button" id="ibng" appearance="setup/new_game" click_event="NEW " auto_size="all">
  9.          <layout class="around_centre_attachment" priority="1" angle="330">
  10.             <real id="radius" value="1.0"/>
  11.         </layout>
  12.        <string id="hint" value="Choose this option to start a new game."/>
  13.     </widget>
  14.  
  15.     <widget class="text_button" id="tbng" text="New Game[Comment button which lets you make a new one, etc]" click_event="NEW " auto_size="horizontal" spec="text,large">
  16.         <layout kind="stick_to_object_attachment" priority="1" target="ibng" get_side="left" set_side="right" move_side="true" offset="-8"/>
  17.         <layout kind="stick_to_object_attachment" priority="1" target="ibng" get_side="top" set_side="top"/>
  18.         <layout kind="stick_to_object_attachment" priority="1" target="ibng" get_side="bottom" set_side="bottom"/>
  19.         <string id="hint" value="Choose this option to start a new game."/>
  20.     </widget>
  21.  
  22.  
  23.  
  24.     <!-- RESUME -->
  25.     
  26.     <widget class="icon_button" id="resb" appearance="setup/resume_game" click_event="resu" auto_size="all">
  27.         <layout class="around_centre_attachment" priority="1" angle="310">
  28.             <real id="radius" value="1.0"/>
  29.         </layout>
  30.         <string id="hint" value="Choose this option to load the game you played last ('[%string#1 - name of game goes here]')."/>
  31.     </widget>
  32.  
  33.     <widget class="text_button" id="resl" text="Load Last Game[Comment button which lets you resume your previous game]" click_event="resu" auto_size="horizontal" spec="text,large">
  34.         <layout kind="stick_to_object_attachment" priority="1" target="resb" get_side="left" set_side="right" move_side="true" offset="-8"/>
  35.         <layout kind="stick_to_object_attachment" priority="1" target="resb" get_side="top" set_side="top"/>
  36.         <layout kind="stick_to_object_attachment" priority="1" target="resb" get_side="bottom" set_side="bottom"/>
  37.         <string id="hint" value="Choose this option to load the game you played last ('[%string#1 - name of game goes here]')."/>
  38.     </widget>
  39.  
  40.  
  41.      <!-- LOAD -->
  42.     
  43.     <widget class="icon_button" id="iblo" appearance="setup/load_game" click_event="OPN?" auto_size="all">
  44.         <layout class="around_centre_attachment" priority="1" angle="290">
  45.             <real id="radius" value="1.0"/>
  46.         </layout>
  47.         <string id="hint" value="Load a previously saved game."/>
  48.     </widget>
  49.  
  50.     <widget class="text_button" id="tblo" text="Load Game[Comment button which lets you load a game]" click_event="OPN?" auto_size="horizontal" spec="text,large">
  51.         <layout kind="stick_to_object_attachment" priority="1" target="iblo" get_side="left" set_side="right" move_side="true" offset="-8"/>
  52.         <layout kind="stick_to_object_attachment" priority="1" target="iblo" get_side="top" set_side="top"/>
  53.         <layout kind="stick_to_object_attachment" priority="1" target="iblo" get_side="bottom" set_side="bottom"/>
  54.         <string id="hint" value="Load a previously saved game."/>
  55.     </widget>
  56.  
  57.  
  58.      <!-- QUICK START -->
  59.     
  60.     <widget class="icon_button" id="ibqs" appearance="setup/quickstart" click_event="LQS?" auto_size="all">
  61.         <layout class="around_centre_attachment" priority="1" angle="270">
  62.             <real id="radius" value="1.0"/>
  63.         </layout>
  64.         <string id="hint" value="Load a quick start."/>
  65.     </widget>
  66.  
  67.     <widget class="text_button" id="tbqs" text="Load Quick Start[COMMENT - button which lets you load a quick start]" click_event="LQS?" auto_size="horizontal" spec="text,large">
  68.         <layout kind="stick_to_object_attachment" priority="1" target="ibqs" get_side="left" set_side="right" move_side="true" offset="-8"/>
  69.         <layout kind="stick_to_object_attachment" priority="1" target="ibqs" get_side="top" set_side="top"/>
  70.         <layout kind="stick_to_object_attachment" priority="1" target="ibqs" get_side="bottom" set_side="bottom"/>
  71.         <string id="hint" value="Load a quick start."/>
  72.     </widget>
  73.  
  74.  
  75.    <!-- NETWORK -->
  76.     
  77.     <widget class="icon_button" id="ibjo" appearance="setup/network" click_event="join" auto_size="all">
  78.         <layout class="around_centre_attachment" priority="1" angle="250">
  79.             <real id="radius" value="1.0"/>
  80.         </layout>
  81.         <string id="hint" value="Choose this option to start or join a network game."/>
  82.     </widget>
  83.  
  84.     <widget class="action_button" id="abjo" appearance="" text="Network" click_event="join" auto_size="horizontal" spec="text,large">
  85.         <layout kind="stick_to_object_attachment" priority="1" target="ibjo" get_side="left" set_side="right" move_side="true" offset="-8"/>
  86.         <layout kind="stick_to_object_attachment" priority="1" target="ibjo" get_side="top" set_side="top"/>
  87.         <layout kind="stick_to_object_attachment" priority="1" target="ibjo" get_side="bottom" set_side="bottom"/>
  88.         <string id="hint" value="Choose this option to start or join a network game."/>
  89.     </widget>
  90.  
  91.  
  92.    <!-- VIEW MATCH -->
  93.     
  94.     <widget class="icon_button" id="ibvm" appearance="setup/view_match" click_event="PLSM" auto_size="all">
  95.         <layout class="around_centre_attachment" priority="1" angle="100">
  96.             <real id="radius" value="1.0"/>
  97.         </layout>
  98.         <string id="hint" value="Choose this option to watch a previously saved match."/>
  99.     </widget>
  100.  
  101.     <widget class="action_button" id="abvm" appearance="" text="View Match" click_event="PLSM" auto_size="horizontal" spec="text,large">
  102.         <layout kind="stick_to_object_attachment" priority="1" target="ibvm" get_side="right" set_side="left" move_side="true" offset="8"/>
  103.         <layout kind="stick_to_object_attachment" priority="1" target="ibvm" get_side="top" set_side="top"/>
  104.         <layout kind="stick_to_object_attachment" priority="1" target="ibvm" get_side="bottom" set_side="bottom"/>
  105.         <string id="hint" value="Choose this option to watch a previously saved match."/>
  106.     </widget>
  107.  
  108.  
  109.    <!-- CREDITS -->
  110.     
  111.     <widget class="icon_button" id="hoff" appearance="setup/credits" auto_size="all" click_event="CRED">
  112.         <layout class="around_centre_attachment" priority="1" angle="120" alignment="left">
  113.             <real id="radius" value="1.0"/>
  114.         </layout>
  115.         <string id="hint" value="Click here to see the people behind FM 2005."/>
  116.     </widget>
  117.     
  118.    <widget class="text_button" text="Credits" auto_size="horizontal" spec="text,large" click_event="CRED">
  119.         <layout kind="stick_to_object_attachment" priority="1" target="hoff" get_side="right" set_side="left" move_side="true" offset="8"/>
  120.         <layout kind="stick_to_object_attachment" priority="1" target="hoff" get_side="top" set_side="top"/>
  121.         <layout kind="stick_to_object_attachment" priority="1" target="hoff" get_side="bottom" set_side="bottom"/>
  122.         <string id="hint" value="Click here to see the people behind FM 2005."/>
  123.     </widget>
  124.  
  125.  
  126.     <!-- QUIT -->
  127.     
  128.     <widget class="icon_button" id="quit" appearance="setup/exit" auto_size="all" click_event="QUIT">
  129.         <layout class="around_centre_attachment" priority="1" angle="140">
  130.             <real id="radius" value="1.0"/>
  131.         </layout>
  132.         <string id="hint" value="Choose this option to exit FM 2005 and return to the real world..."/>
  133.     </widget>
  134.     
  135.    <widget class="text_button" text="Quit" click_event="QUIT" auto_size="horizontal" spec="text,large">
  136.         <layout kind="stick_to_object_attachment" priority="1" target="quit" get_side="right" set_side="left" move_side="true" offset="8"/>
  137.         <layout kind="stick_to_object_attachment" priority="1" target="quit" get_side="top" set_side="top"/>
  138.         <layout kind="stick_to_object_attachment" priority="1" target="quit" get_side="bottom" set_side="bottom"/>
  139.         <string id="hint" value="Choose this option to exit FM 2005 and return to the real world..."/>
  140.     </widget>
  141.  
  142.  
  143. </screen>
  144.