Hallo Forum, ich habe da mal eine kleine skintechnische Frage.
Im Skin Blue3, im Homescreen möchte ich anstatt der "Standarthover" die Gifs aus dem Ordner "Media\animations\Guitar" anzeigen.
Nun bin ich schon eine Weile am basteln aber funzen will es nicht.
Ich habe eine xml (my GuitarAnimation.xml) erstellt mit folgendem Inhalt:
Und diese dann in der BasicHome.xml so aufgerufen:
Sehen tut ich davon leider nichts
Nur das sich der Button von "My Music" verkleinert hat.
Weiß jmd. Rat?
Im Skin Blue3, im Homescreen möchte ich anstatt der "Standarthover" die Gifs aus dem Ordner "Media\animations\Guitar" anzeigen.
Nun bin ich schon eine Weile am basteln aber funzen will es nicht.
Ich habe eine xml (my GuitarAnimation.xml) erstellt mit folgendem Inhalt:
Code:
<control>
<type>multiimage</type>
<id>1</id>
<width>720</width>
<height>576</height>
<imagepath>Guitar</imagepath>
<timeperimage>150</timeperimage>
<fadetime>100</fadetime>
<loop>yes</loop>
<randomize>true</randomize>
<animation effect="fade" time="200">VisibleChange</animation>
</control>
Und diese dann in der BasicHome.xml so aufgerufen:
Code:
<control>
<description>home BM Music</description>
<type>button</type>
<id>6</id>
<posX>414</posX>
<posY>210</posY>
<width>109</width>
<height>232</height>
<textureFocus>Basic_music_focus.png</textureFocus>
<textureNoFocus>Basic_music_nofocus.png</textureNoFocus>
<hyperlink>501</hyperlink>
[COLOR="Red"]<hover>hover_my GuitarAnimation.xml</hover>[/COLOR]
<hoverX>245</hoverX>
<hoverY>280</hoverY>
<hoverWidth>272</hoverWidth>
<hoverHeight>306</hoverHeight>
<label>2</label>
<textcolor>00ffffff</textcolor>
<textcolorNoFocus>00ffffff</textcolorNoFocus>
<keepaspectratio>yes</keepaspectratio>
<onleft>5</onleft>
<onright>7</onright>
<onup>21</onup>
<ondown>6</ondown>
<animation effect="zoom" start="20,20" end="100,100" center="384,288" time="500">WindowOpen</animation>
<animation effect="zoom" start="100,100" end="20,20" center="384,288" time="500">WindowClose</animation>
</control>
Sehen tut ich davon leider nichts
Weiß jmd. Rat?
Germany