so ich bin jetzt bein meinen Skining versuchen bei Animationen angekommen.
aber das läuft nicht so wie ich das gern möchte.
Im Grunde möchet ich das eine discart an ihre angestammte Position rollt aber weder rollt sie noch slided sie an die Position, sie einfach nur da
nach ablauf des delays...
Code
....
<control type="image">
<left></left>
<centerleft>50%</centerleft>
<top>74</top>
<width>1772</width>
<height>701</height>
<texture colordiffuse="FF0B0B0B" border="40">homewidgets/bg_default.png</texture>
</control>
<control type="group">
<control type="image">
<left></left>
<centerleft>50%</centerleft>
<top>90</top>
<width>1740</width>
<height>669</height>
<texture>homewidgets/Info_Separator1.png</texture>
</control>
<!-- Poster -->
<control type="image">
<left>100</left>
<top>100</top>
<width>446</width>
<height>649</height>
<texture>$VAR[PosterVar]</texture>
</control>
<control type="image" id="8020">
<left>1427</left>
<top>357</top>
<width>392</width>
<height>392</height>
<texture background="true">$INFO[ListItem.Art(discart)]</texture>
<animation type="WindowOpen" reversible="false">
<effect type="slide" start="0,0" end="-700,0" delay="700" time="2000" tween="quadratic" easing="out" />
<effect type="rotate" start="0" center="auto" end="-720" delay="600" time="2200" tween="quadratic" easing="out" />
</animation>
<visible>!String.IsEmpty(Control.GetLabel(8020))</visible>
</control>
...
Alles anzeigen