home *** CD-ROM | disk | FTP | other *** search
- <?mml version="0.5" ?>
-
- <mml>
- <interface unique_name="teamsonique/sonique2_online/online" >
- <fontstyle name="content" face="Arial" size="11" style="bold"/>
- <fontstyle name="title" face="Arial" size="12" style="bold"/>
-
- <window name="contentwindow" 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,85,170" alignment="0,0,0,0" type="textdisplay" name="new" transparent="true">
- <script name="OnInit">
- SetText("new things")
- </script>
- <property font_style="title" font_color="0xFF9FFFFF" />
- </window>
- <window offset="5,170,155,240" alignment="0,0,0,0" type="textdisplay" name="new_list" transparent="true">
- <script name="OnInit">
- SetText("ā the console\nā remotes\nā improved playlists\n")
- </script>
- <property font_style="content" font_color="0xFFFFFFFF" />
- </window>
- </window>
- </interface>
- </mml>
-