View Single Post
Old 10-28-2011, 09:06 PM   #10
IceSy
A Gray Wolf
 
IceSy's Avatar
 
Join Date: Sep 2011
Server: Luclin
Posts: 9
Interface Author - Click to view interfaces
Default

ok, way lost here. So far, from what I have read,. I have done everything, and yet my graphic is not showing up at all. I am totally lost on what I have missed. Any help would be awesome!

here is what it looks like:

In the UI File

</Ui2DAnimation>
<StaticAnimation item="GuildLogo">
<ScreenID>GuildLogo</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>5</X>
<Y>5</Y>
</Location>
<Size>
<CX>256</CX>
<CY>105</CY>
</Size>
<Animation>GuildLogo</Animation>
</StaticAnimation>


Under the “page” that I want the graphic in:

<Pieces>GuildLogo</Pieces>

In My Animation UI File

<TextureInfo item="guildlogo.tga">
<Size>
<CX>256</CX>
<CY>105</CY>
</Size>
</TextureInfo>

<Ui2DAnimation item="GuildLogo">
<Frames>
<Texture>GuildLogo.tga</Texture>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>256</CX>
<CY>105</CY>
</Size>
</Frames>
</Ui2DAnimation>
__________________
Eyes are the Windows into One's Soul,... Dreams are the Windows into One's Heart!
IceSy is offline   Reply With Quote