Hallo Skinner-Gemeinde
Ich hab mir mal wieder Aeon Nox 4.1.9 hervorgeholt...
Dort gibt eine Musikvisualisierung in der zwischen fünf Fenstern mittels der Pfeiltasten umgeschaltet werden kann.
Ich möchte gern erreichen, dass die Fenster automatisch alle 5 sec. weitersliden...
Irgendwie klappt das aber nicht... hat jemand eine Idee?
Code
<control type="grouplist" id="40">
<posx>-135</posx>
<posy>5</posy>
<width>2325</width>
<height>780</height>
<visible>!IsEmpty(Player.FolderPath)</visible>
<animation effect="slide" end="0,300" time="500" condition="Window.IsActive(1147)">Conditional</animation>
<scrolltime tween="cubic" easing="inout">500</scrolltime>
<orientation>horizontal</orientation>
<itemgap>-1060</itemgap>
<animation type="WindowOpen" reversible="false">
<effect type="zoom" start="150" end="100" center="960,540" time="960" tween="cubic" />
<effect type="fade" end="100" time="960" />
</animation>
<animation type="WindowClose" reversible="false">
<effect type="fade" start="100" end="0" time="240" />
<effect type="zoom" start="100" end="130" center="960,540" time="240" tween="cubic" easing="in" />
</animation>
Alles anzeigen