Thread: Help! :(
View Single Post
Old 01-30-2003, 03:12 PM   #22
Cairenn
Credendo Vides
 
Cairenn's Avatar
 
Join Date: Jul 2002
Posts: 3,866
Interface Author - Click to view interfaces
Default

Okay, second to last change:

Open your EQUI_Animations.xml file

Find:

<Ui2DAnimation item = "A_BuffBtnPressedFlyby">


Scroll through that coding:

<Ui2DAnimation item = "A_BuffBtnPressedFlyby">
<Frames>
<Texture>window_pieces02.tga</Texture>
<Location>
<X>104</X>
<Y>198</Y>
</Location>
<Size>
<CX>26</CX>
<CY>26</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>

Until you get to the line I have in bold there. After it, ADD

<Ui2DAnimation item = "A_SongBtnNormal">
<Frames>
<Texture>window_pieces04.tga</Texture>
<Location>
<X>0</X>
<Y>48</Y>
</Location>
<Size>
<CX>26</CX>
<CY>26</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item = "A_SongBtnFlyby">
<Frames>
<Texture>window_pieces04.tga</Texture>
<Location>
<X>26</X>
<Y>48</Y>
</Location>
<Size>
<CX>26</CX>
<CY>26</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item = "A_SongBtnPressed">
<Frames>
<Texture>window_pieces04.tga</Texture>
<Location>
<X>52</X>
<Y>48</Y>
</Location>
<Size>
<CX>26</CX>
<CY>26</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item = "A_SongBtnPressedFlyby">
<Frames>
<Texture>window_pieces04.tga</Texture>
<Location>
<X>78</X>
<Y>48</Y>
</Location>
<Size>
<CX>26</CX>
<CY>26</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>

Save and close
__________________
"My friends, love is better than anger. Hope is better than fear. Optimism is better than despair. So let us
be loving, hopeful and optimistic. And we’ll change the world."


Co-Founder & Admin: MMOUI
FaceBook Profile, Page, Group
Avatar Image by RafM
Cairenn is offline   Reply With Quote