I am trying to use the shadow affect instead of using 2 text labels offset, to save resources but have never got animation to work with the shadow commands below. The animation command works with the label but not with the shadow.
Am I doing something wrong or will this not work?
Steve
Am I doing something wrong or will this not work?
Code:
<control>
<description>text label</description>
<type>label</type>
<id>1</id>
<posX>150</posX>
<posY>460</posY>
<label>Ratio : </label>
<align>right</align>
<textcolor>ffffffff</textcolor>
<shadowAngle>45</shadowAngle>
<shadowDistance>1</shadowDistance>
<shadowColor>FF000000</shadowColor>
<animation effect="fade" time="300">WindowOpen</animation>
<animation effect="fade" time="300">WindowClose</animation>
</control>