home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 September / PCWorld_2006-09_cd.bin / audio-video / sonique / s2beta_103_install.exe / a8_file / welcome.xml < prev   
Text File  |  2003-12-19  |  2KB  |  51 lines

  1. <?mml version="0.6" ?>
  2. <mml>
  3.     <interface    unique_name="teamsonique/sonique2_online/welcome" >
  4.         <fontstyle name="content" face="Arial" size="11" style="bold"/>
  5.         <fontstyle name="title" face="Arial" size="12" style="bold"/>
  6.  
  7.         <window  name="mainwelcomewindow" alignment="0,0,0,0" offset="0,0,320,230" transparent="true" >
  8.             <imagestyle name="background">
  9.                 <raster source        ="welcome.psd|blue_logo" 
  10.                     offset        ="welcome.psd|blue_logo @ welcome.psd"
  11.                     blendmode        ="ps_normal" 
  12.                 />
  13.             </imagestyle>
  14.  
  15.             <window offset="170,10,-1,40" alignment="0,0,1,0" type="textdisplay" name="version" transparent="true">
  16.                 <script name="OnInit"> 
  17.                     SetText( :app.GetVersion() | "\n" | :app.GetBuildTime());
  18.                 </script>
  19.                 <property font_style="content" font_color="0xFFFF9900" />
  20.             </window>
  21.  
  22.             <window offset="5,50,-5,70" alignment="0,0,1,0" type="textdisplay" name="welcome" transparent="true">
  23.                 <script name="OnInit"> 
  24.                     SetText("Welcome to Sonique2 Beta") 
  25.                 </script>
  26.                 <property font_style="title" font_color="0xFF9FFFFF" />
  27.             </window>
  28.             <window offset="5,70,-5,115" alignment="0,0,1,0" type="textdisplay" name="disclaimer" transparent="true">
  29.                 <script name="OnInit"> 
  30.                     SetText("This is a beta version of sonique2, which means that there are bugs o' plenty for sure... have fun but run at your own risk.");
  31.                 </script>
  32.                 <property font_style="content" font_color="0xFFFFFFFF" />
  33.             </window>
  34.  
  35.             <window offset="5,125,-5,145" alignment="0,0,1,0" type="textdisplay" name="new" transparent="true">
  36.                 <script name="OnInit"> 
  37.                     SetText("This is the Online Window") 
  38.                 </script>
  39.                 <property font_style="title" font_color="0xFF9FFFFF" />
  40.             </window>
  41.             <window offset="5,145,-5,-5" alignment="0,0,1,1" type="textdisplay" name="new_list" transparent="true">
  42.                 <script name="OnInit"> 
  43.                     SetText("The online window is your in-player link to updates, new interfaces and plugins, news, and other stuff.  Come back here by clicking the \"S\" logo button to the right.") 
  44.                 </script>
  45.                 <property font_style="content" font_color="0xFFFFFFFF" />
  46.             </window>
  47.         </window>
  48.  
  49.     </interface>
  50. </mml>
  51.