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
Wrap
Text File
|
2003-12-19
|
2KB
|
51 lines
<?mml version="0.6" ?>
<mml>
<interface unique_name="teamsonique/sonique2_online/welcome" >
<fontstyle name="content" face="Arial" size="11" style="bold"/>
<fontstyle name="title" face="Arial" size="12" style="bold"/>
<window name="mainwelcomewindow" alignment="0,0,0,0" offset="0,0,320,230" transparent="true" >
<imagestyle name="background">
<raster source ="welcome.psd|blue_logo"
offset ="welcome.psd|blue_logo @ welcome.psd"
blendmode ="ps_normal"
/>
</imagestyle>
<window offset="170,10,-1,40" alignment="0,0,1,0" type="textdisplay" name="version" transparent="true">
<script name="OnInit">
SetText( :app.GetVersion() | "\n" | :app.GetBuildTime());
</script>
<property font_style="content" font_color="0xFFFF9900" />
</window>
<window offset="5,50,-5,70" alignment="0,0,1,0" type="textdisplay" name="welcome" transparent="true">
<script name="OnInit">
SetText("Welcome to Sonique2 Beta")
</script>
<property font_style="title" font_color="0xFF9FFFFF" />
</window>
<window offset="5,70,-5,115" alignment="0,0,1,0" type="textdisplay" name="disclaimer" transparent="true">
<script name="OnInit">
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.");
</script>
<property font_style="content" font_color="0xFFFFFFFF" />
</window>
<window offset="5,125,-5,145" alignment="0,0,1,0" type="textdisplay" name="new" transparent="true">
<script name="OnInit">
SetText("This is the Online Window")
</script>
<property font_style="title" font_color="0xFF9FFFFF" />
</window>
<window offset="5,145,-5,-5" alignment="0,0,1,1" type="textdisplay" name="new_list" transparent="true">
<script name="OnInit">
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.")
</script>
<property font_style="content" font_color="0xFFFFFFFF" />
</window>
</window>
</interface>
</mml>