CODE
<control type="image">
<description>Weather Image</description>
<posx>-400</posx>
<posy>145</posy>
<width>175</width>
<height>230</height>
<info>Weather.Conditions</info>
<aspectratio>-</aspectratio>
<visible>Control.HasFocus(11)</visible>
<animation effect="slide" start="540,0" end="0,100" time="100" condition="Control.HasFocus(11)">Visible</animation>
</control>
<control type="image">
<description>Weather Image Reflection</description>
<posx>-400</posx>
<posy>375</posy>
<width>175</width>
<height>230</height>
<texture flipy="true" diffuse="fade.png">-</texture>
<aspectratio>-</aspectratio>
<visible>Control.HasFocus(11)</visible>
<animation effect="slide" start="540,0" end="0,100" time="100" condition="Control.HasFocus(11)">Visible</animation>
</control>
<description>Weather Image</description>
<posx>-400</posx>
<posy>145</posy>
<width>175</width>
<height>230</height>
<info>Weather.Conditions</info>
<aspectratio>-</aspectratio>
<visible>Control.HasFocus(11)</visible>
<animation effect="slide" start="540,0" end="0,100" time="100" condition="Control.HasFocus(11)">Visible</animation>
</control>
<control type="image">
<description>Weather Image Reflection</description>
<posx>-400</posx>
<posy>375</posy>
<width>175</width>
<height>230</height>
<texture flipy="true" diffuse="fade.png">-</texture>
<aspectratio>-</aspectratio>
<visible>Control.HasFocus(11)</visible>
<animation effect="slide" start="540,0" end="0,100" time="100" condition="Control.HasFocus(11)">Visible</animation>
</control>
Since the dynamic weather icon is called from the <info> tag and the reflection uses texture attributes, how do I get the dynamic image in there? It looked like MacGyver's code just used the dash instead oif a filename, but I still get the old reflection. Can anyone help?
