View Single Post
Old 01-22-2003, 02:49 PM   #4
Nanan
A Snow Cougar
 
Join Date: Sep 2002
Server: saryrn
Posts: 40
Interface Author - Click to view interfaces
Default

If you are good at cut and paste then Id suggest trying this.

SoE put the songselector buttons in the compass tga because they didnt want to make people download the rather large windowpieces02 file. How about just cut and paste the song buttons into the windowpieces2 from windowpieces4.



Then in the animations file just change the info to say this.

Quote:

<Ui2DAnimation item = "A_SongBtnNormal">
<Frames>
<Texture>window_pieces02.tga</Texture>
<Location>
<X>0</X>
<Y>224</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_pieces02.tga</Texture>
<Location>
<X>26</X>
<Y>224</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_pieces02.tga</Texture>
<Location>
<X>52</X>
<Y>224</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_pieces02.tga</Texture>
<Location>
<X>78</X>
<Y>224</Y>
</Location>
<Size>
<CX>26</CX>
<CY>26</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
Attached Images
File Type: jpg window_pieces02.jpg (3.2 KB, 113 views)
__________________
Nanan
Nanan is offline   Reply With Quote