- Moderator
- #1
Does anyone know if the splash screen can have an animation added eg. Loading progress bar
window>
<controls>
<control>
<description>splashscreen background</description>
<type>image</type>
<id>1</id>
<texture>backgroundold.png</texture>
</control>
<control>
<description>seperator animation</description>
<type>animation</type>
<id>2</id>
<posX>20</posX>
<posY>24</posY>
<textures>load001.png;load002.png;load003.png;load004.png;load005.png;load006.png</textures>
<Duration>0:0:2.0</Duration>
<RepeatBehavior>1</RepeatBehavior>
<FillBehavior>HoldEnd</FillBehavior>
</control>
<control>
<description>splashscreen text</description>
<type>label</type>
<id>3</id>
<textsize>36</textsize>
<textcolor>#ffffff</textcolor>
</control>
</controls>
</window>
Tryed the simple first but no luck..
Any help would be awesome Chur>>>
window>
<controls>
<control>
<description>splashscreen background</description>
<type>image</type>
<id>1</id>
<texture>backgroundold.png</texture>
</control>
<control>
<description>seperator animation</description>
<type>animation</type>
<id>2</id>
<posX>20</posX>
<posY>24</posY>
<textures>load001.png;load002.png;load003.png;load004.png;load005.png;load006.png</textures>
<Duration>0:0:2.0</Duration>
<RepeatBehavior>1</RepeatBehavior>
<FillBehavior>HoldEnd</FillBehavior>
</control>
<control>
<description>splashscreen text</description>
<type>label</type>
<id>3</id>
<textsize>36</textsize>
<textcolor>#ffffff</textcolor>
</control>
</controls>
</window>
Tryed the simple first but no luck..
Any help would be awesome Chur>>>