home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 January
/
Chip_2003-01_cd2.bin
/
players
/
Sonique
/
s2alpha_install_021004.exe
/
42_file
/
welcome.xml
< prev
Wrap
Text File
|
2002-06-04
|
3KB
|
70 lines
<?mml version="0.5" ?>
<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="center" offset="-190,-130,190,130" transparent="true" >
<ImageStyle name="background">
<raster source ="online.psd|shadow1"
offset ="online.psd|shadow1 @ online.psd"
opacity ="0.2"
blendmode ="ps_normal"
/>
<raster source ="online.psd|shadow2"
offset ="online.psd|shadow2 @ online.psd"
opacity ="0.2"
blendmode ="ps_normal"
/>
<raster source ="online.psd|shadow3"
offset ="online.psd|shadow3 @ online.psd"
opacity ="0.2"
blendmode ="ps_normal"
/>
<raster source ="online.psd|super"
offset ="online.psd|super @ online.psd"
blendmode ="ps_normal"
/>
<raster source ="online.psd|blue_logo"
offset ="online.psd|blue_logo @ online.psd"
blendmode ="ps_normal"
/>
</ImageStyle>
<window offset="170,10,320,40" type="textdisplay" name="version" transparent="true">
<script name="OnInit">
SetText("version: " | :app.GetVersion() | "\nbuilt: " | :app.GetBuildTime());
</script>
<property font_style="content" font_color="0xFFFF9900" />
</window>
<window offset="5,50,195,70" alignment="0,0,0,0" type="textdisplay" name="welcome" transparent="true">
<script name="OnInit">
SetText("welcome to sonique2 (alpha)")
</script>
<property font_style="title" font_color="0xFF9FFFFF" />
</window>
<window offset="5,70,180,140" alignment="0,0,0,0" type="textdisplay" name="disclaimer" transparent="true">
<script name="OnInit">
SetText("this is an alpha version\nof sonique2, which means\nthat there are bugs o' plenty\nfor sure... have fun\nbut run at your own risk.");
</script>
<property font_style="content" font_color="0xFFFFFFFF" />
</window>
<window offset="5,150,210,170" alignment="0,0,0,0" type="textdisplay" name="new" transparent="true">
<script name="OnInit">
SetText("welcome to the online window")
</script>
<property font_style="title" font_color="0xFF9FFFFF" />
</window>
<window offset="5,170,200,240" alignment="0,0,0,0" type="textdisplay" name="new_list" transparent="true">
<script name="OnInit">
SetText("come back to this window to download interactive content from sonique.com: product updates, tips & tricks, and more.")
</script>
<property font_style="content" font_color="0xFFFFFFFF" />
</window>
</window>
</interface>
</mml>