Ok, this is what I want to do: add some animated png sequences to a skin. I add the following code to the xml file:
This work seamless, but what happen when I press ALT+ENTER to enter the fullscreen mode in another resolution? All other gfx's and fonts are rezised to match the new screen resolution.... but not the animated sequence. Is this a bug or can I add a tag to allow this?
Code:
<control>
<description>Animated png sequence</description>
<id>99999</id>
<posX>100</posX>
<posY>100</posY>
<type>animation</type>
<textures>1.png;2.png;3.png</textures>
<Duration>0:0:2</Duration>
<RepeatBehavior>Loop</RepeatBehavior>
<FillBehavior></FillBehavior>
<animation effect="fade" time="150">WindowOpen</animation>
<animation effect="fade" time="150">WindowClose</animation>
</control>
This work seamless, but what happen when I press ALT+ENTER to enter the fullscreen mode in another resolution? All other gfx's and fonts are rezised to match the new screen resolution.... but not the animated sequence. Is this a bug or can I add a tag to allow this?