- June 15, 2012
- 728
- 97
- Home Country
- Germany
Ich möchte was nur anzeigen lassen, wenn ein Artist Image in einem bestimmten Ordner vorhanden ist. Ich habe nur keine Idee, wie ich dies Abfragen soll.
Wie muss ich es hier ändern:
Wie muss ich es hier ändern:
Code:
<control>
<type>image</type>
<posX>1300</posX>
<posY>200</posY>
<width>400</width>
<height>400</height>
<texture mask="cdcase_mask.png">case_thumb_default_backcover_artist.png</texture>
<animation effect="rotatey" time="2000" center="1500,0" start="-180" end="180" condition="string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)">conditional</animation>
<animation effect="fade" time="100" delay="600" condition="string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)">conditional</animation>
<visible>string.equals(..\..\..\Thumbs\Music\Artists\#Play.Current.ArtistL.jpg,true)+string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)</visible>
</control>