Hallo leutchen
habe da wieder nen problem und zwar erzeuge ich eine disc.png über den pfad, diesem image habe ich die id="77" gegeben.
ich möchte wenn das image leer ist das er die animation nicht ausführt!
PHP
<control type="image" id="77">
<posx>225</posx>
<posy>330</posy>
<width>430</width>
<height>430</height>
<texture background="true">$INFO[Listitem.path]disc.png</texture>
<visible>!Container(809) + !Container(809).OnNext + !Container(809).OnPrevious</visible>
<animation type="visible" reversible="false">
<effect type="fade" start="0" end="100" time="600" delay="800"></effect>
<effect type="rotate" end="-360" center="auto" time="7000" loop="true" reversible="true" delay="3500"></effect>
</animation>
<aspectratio align="bottom">keep</aspectratio>
<visible>!Window.IsActive(movieinformation)</visible>
<visible>!Skin.HasSetting(Disc_list_new)</visible>
</control>
Alles anzeigen
sooo nun 2 probleme mit :
PHP
<animation type="Conditional" condition="!Isempty.getlabel(77)" reversible="false">
<effect type="fade" start="0" end="100" time="200"></effect>
<effect type="rotatey" start="0" end="50" center="200" time="2000w" loop="false" delay="2500"></effect>
geht nix, sprich er startet die animation nicht sondern diese ist sofort ausgeführt....
kann ich kein getlabel(77) auf nen image anwenden?