home *** CD-ROM | disk | FTP | other *** search
/ 3D Game Programming All in One / 3D Game Programming All in One Disc.iso / 3D2E / demo / client / ui / overview_main.gui < prev    next >
Encoding:
Text File  |  2005-11-23  |  9.4 KB  |  267 lines

  1. //--- OBJECT WRITE BEGIN ---
  2. new GuiControl(overview_main) {
  3.    Profile = "GuiModelessDialogProfile";
  4.    HorizSizing = "right";
  5.    VertSizing = "bottom";
  6.    position = "0 0";
  7.    Extent = "800 600";
  8.    MinExtent = "8 2";
  9.    Visible = "1";
  10.       helpTag = "0";
  11.       title = "Overview";
  12.  
  13.    new GuiControl() {
  14.       Profile = "GuiDefaultProfile";
  15.       HorizSizing = "center";
  16.       VertSizing = "center";
  17.       position = "22 51";
  18.       Extent = "756 498";
  19.       MinExtent = "8 2";
  20.       Visible = "1";
  21.          helpTag = "0";
  22.  
  23.       new GuiBitmapButtonCtrl() {
  24.          Profile = "GuiButtonProfile";
  25.          HorizSizing = "right";
  26.          VertSizing = "bottom";
  27.          position = "67 250";
  28.          Extent = "285 85";
  29.          MinExtent = "8 2";
  30.          Visible = "1";
  31.          Command = "MainMenuGui.pushthread(products_thread);";
  32.          text = "Button";
  33.          groupNum = "-1";
  34.          buttonType = "PushButton";
  35.          bitmap = "./button";
  36.             helpTag = "0";
  37.  
  38.          new GuiMLTextCtrl() {
  39.             Profile = "GuiMLTextNoSelectProfile";
  40.             HorizSizing = "right";
  41.             VertSizing = "bottom";
  42.             position = "9 7";
  43.             Extent = "260 46";
  44.             MinExtent = "8 2";
  45.             Visible = "1";
  46.             lineSpacing = "2";
  47.             allowColorChars = "0";
  48.             maxChars = "-1";
  49.             text = "<color:ffffff><shadowcolor:000000><shadow:1:1><font:Arial Bold:18>Products Using the Torque\n<font:Arial Bold:14>The Torque has been used in numerous professional games.";
  50.                helpTag = "0";
  51.          };
  52.       };
  53.       new GuiBitmapButtonCtrl() {
  54.          Profile = "GuiButtonProfile";
  55.          HorizSizing = "right";
  56.          VertSizing = "bottom";
  57.          position = "395 250";
  58.          Extent = "285 85";
  59.          MinExtent = "8 2";
  60.          Visible = "1";
  61.          Command = "MainMenuGui.pushthread(testimonials_thread);";
  62.          text = "Button";
  63.          groupNum = "-1";
  64.          buttonType = "PushButton";
  65.          bitmap = "./button";
  66.             helpTag = "0";
  67.  
  68.          new GuiMLTextCtrl() {
  69.             Profile = "GuiMLTextNoSelectProfile";
  70.             HorizSizing = "right";
  71.             VertSizing = "bottom";
  72.             position = "9 7";
  73.             Extent = "260 60";
  74.             MinExtent = "8 2";
  75.             Visible = "1";
  76.             lineSpacing = "2";
  77.             allowColorChars = "0";
  78.             maxChars = "-1";
  79.             text = "<color:ffffff><shadowcolor:000000><shadow:1:1><font:Arial Bold:18>Community and Testimonials\n<font:Arial Bold:14>The Torque has a huge community following. Hear what a few of them are saying about the Torque Game Engine.";
  80.                allowSelection = "1";
  81.                helpTag = "0";
  82.          };
  83.       };
  84.       new GuiBitmapButtonCtrl() {
  85.          Profile = "GuiButtonProfile";
  86.          HorizSizing = "right";
  87.          VertSizing = "bottom";
  88.          position = "395 350";
  89.          Extent = "285 85";
  90.          MinExtent = "8 2";
  91.          Visible = "1";
  92.          Command = "MainMenuGui.pushthread(garagegames_thread);";
  93.          text = "Button";
  94.          groupNum = "-1";
  95.          buttonType = "PushButton";
  96.          bitmap = "./button";
  97.             helpTag = "0";
  98.  
  99.          new GuiMLTextCtrl() {
  100.             Profile = "GuiMLTextNoSelectProfile";
  101.             HorizSizing = "right";
  102.             VertSizing = "bottom";
  103.             position = "9 7";
  104.             Extent = "260 46";
  105.             MinExtent = "8 2";
  106.             Visible = "1";
  107.             lineSpacing = "2";
  108.             allowColorChars = "0";
  109.             maxChars = "-1";
  110.             text = "<color:ffffff><shadowcolor:000000><shadow:1:1><font:Arial Bold:18>About Garagegames\n<font:Arial Bold:14>So who are those GarageGames guys and why do they do what they do?";
  111.                helpTag = "0";
  112.          };
  113.       };
  114.       new GuiBitmapButtonCtrl() {
  115.          Profile = "GuiButtonProfile";
  116.          HorizSizing = "right";
  117.          VertSizing = "bottom";
  118.          position = "395 150";
  119.          Extent = "285 85";
  120.          MinExtent = "8 2";
  121.          Visible = "1";
  122.          Command = "MainMenuGui.pushthread(license_thread);";
  123.          text = "Button";
  124.          groupNum = "-1";
  125.          buttonType = "PushButton";
  126.          bitmap = "./button";
  127.             helpTag = "0";
  128.  
  129.          new GuiMLTextCtrl() {
  130.             Profile = "GuiMLTextNoSelectProfile";
  131.             HorizSizing = "right";
  132.             VertSizing = "bottom";
  133.             position = "9 7";
  134.             Extent = "260 60";
  135.             MinExtent = "8 2";
  136.             Visible = "1";
  137.             lineSpacing = "2";
  138.             allowColorChars = "0";
  139.             maxChars = "-1";
  140.             text = "<color:ffffff><shadowcolor:000000><shadow:1:1><font:Arial Bold:18>Publishing and Torque Licenses\n<font:Arial Bold:14>Torque Indie Game License and Commercial license. Publishing opportunities at GarageGames.";
  141.                helpTag = "0";
  142.          };
  143.       };
  144.       new GuiBitmapButtonCtrl() {
  145.          Profile = "GuiButtonProfile";
  146.          HorizSizing = "right";
  147.          VertSizing = "bottom";
  148.          position = "67 150";
  149.          Extent = "285 85";
  150.          MinExtent = "8 2";
  151.          Visible = "1";
  152.          Command = "MainMenuGui.pushthread(tools_thread);";
  153.          text = "Button";
  154.          groupNum = "-1";
  155.          buttonType = "PushButton";
  156.          bitmap = "./button";
  157.             helpTag = "0";
  158.  
  159.          new GuiMLTextCtrl() {
  160.             Profile = "GuiMLTextNoSelectProfile";
  161.             HorizSizing = "right";
  162.             VertSizing = "bottom";
  163.             position = "9 7";
  164.             Extent = "260 46";
  165.             MinExtent = "8 2";
  166.             Visible = "1";
  167.             lineSpacing = "2";
  168.             allowColorChars = "0";
  169.             maxChars = "-1";
  170.             text = "<color:ffffff><shadowcolor:000000><shadow:1:1><font:Arial Bold:18>Torque Tools\n<font:Arial Bold:14>Learn more about the Torque GUI, Terrain and World building tools.  Find the perfect tool for the job.";
  171.                helpTag = "0";
  172.          };
  173.       };
  174.       new GuiBitmapButtonCtrl() {
  175.          Profile = "GuiButtonProfile";
  176.          HorizSizing = "right";
  177.          VertSizing = "bottom";
  178.          position = "67 49";
  179.          Extent = "285 85";
  180.          MinExtent = "8 2";
  181.          Visible = "1";
  182.          Command = "MainMenuGui.pushthread(features_thread);";
  183.          text = "Button";
  184.          groupNum = "-1";
  185.          buttonType = "PushButton";
  186.          bitmap = "./button";
  187.             helpTag = "0";
  188.  
  189.          new GuiMLTextCtrl() {
  190.             Profile = "GuiMLTextNoSelectProfile";
  191.             HorizSizing = "right";
  192.             VertSizing = "bottom";
  193.             position = "9 7";
  194.             Extent = "260 46";
  195.             MinExtent = "8 2";
  196.             Visible = "1";
  197.             lineSpacing = "2";
  198.             allowColorChars = "0";
  199.             maxChars = "-1";
  200.             text = "<color:ffffff><shadowcolor:000000><shadow:1:1><font:Arial Bold:18>Torque Engine Features\n<font:Arial Bold:14>There is not enough room to list them all, but these pages should help you dig into the many features of this robust engine.";
  201.                helpTag = "0";
  202.          };
  203.       };
  204.             new GuiBitmapButtonCtrl() {
  205.          Profile = "GuiButtonProfile";
  206.          HorizSizing = "right";
  207.          VertSizing = "bottom";
  208.          position = "395 49";
  209.          Extent = "285 85";
  210.          MinExtent = "8 2";
  211.          Visible = "1";
  212.          Command = "MainMenuGui.pushthread(platform_thread);";
  213.          text = "Button";
  214.          groupNum = "-1";
  215.          buttonType = "PushButton";
  216.          bitmap = "./button";
  217.             helpTag = "0";
  218.  
  219.          new GuiMLTextCtrl() {
  220.             Profile = "GuiMLTextNoSelectProfile";
  221.             HorizSizing = "right";
  222.             VertSizing = "bottom";
  223.             position = "9 7";
  224.             Extent = "260 46";
  225.             MinExtent = "8 2";
  226.             Visible = "1";
  227.             lineSpacing = "2";
  228.             allowColorChars = "0";
  229.             maxChars = "-1";
  230.             text = "<color:ffffff><shadowcolor:000000><shadow:1:1><font:Arial Bold:18>Torque Development Platform\n<font:Arial Bold:14>The perfect engine solution for your game development is in the Torque Development Platform";
  231.                helpTag = "0";
  232.          };
  233.       };
  234.       new GuiBitmapButtonCtrl() {
  235.          Profile = "GuiButtonProfile";
  236.          HorizSizing = "right";
  237.          VertSizing = "bottom";
  238.          position = "71 350";
  239.          Extent = "285 85";
  240.          MinExtent = "8 2";
  241.          Visible = "1";
  242.          Command = "MainMenuGui.pushthread(theora_thread);";
  243.          text = "Button";
  244.          groupNum = "-1";
  245.          buttonType = "PushButton";
  246.          bitmap = "./button";
  247.             helpTag = "0";
  248.  
  249.          new GuiMLTextCtrl() {
  250.             Profile = "GuiMLTextNoSelectProfile";
  251.             HorizSizing = "right";
  252.             VertSizing = "bottom";
  253.             position = "9 7";
  254.             Extent = "260 46";
  255.             MinExtent = "8 2";
  256.             Visible = "1";
  257.             lineSpacing = "2";
  258.             allowColorChars = "0";
  259.             maxChars = "-1";
  260.             text = "<color:ffffff><shadowcolor:000000><shadow:1:1><font:Arial Bold:18>Theora Videos\n<font:Arial Bold:14>Full motion video video playback is now in the Torque Engine! Click here to try it out...";
  261.                helpTag = "0";
  262.          };
  263.       };
  264.    };
  265. };
  266. //--- OBJECT WRITE END ---
  267.