View Single Post
Old 07-19-2015, 07:18 PM   #1
Makavien420
A Tundra Mammoth
 
Join Date: Jan 2004
Posts: 66
Interface Author - Click to view interfaces
Default New hotbars and backgrounds




How can I get this upper background loading for the hotbar 1

I have tried adding it and defining it as a background static image but it is not showing up.

<TextureInfo item="Final_hotbar1.tga">
<Size>
<CX>1024</CX>
<CY>1024</CY>
</Size>
</TextureInfo>

<!--Hotbar 1 -->
<Ui2DAnimation item="A_Hotbar_1_BG">
<Cycle>false</Cycle>
<Frames>
<Texture>Final_hotbar1.tga</Texture>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>686</CX>
<CY>54</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_HotBar1HotButton1Normal">
<Cycle>true</Cycle>
<Frames>
<Texture>Final_hotbar1.tga</Texture>
<Location>
<X>94</X>
<Y>0</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>



<StaticAnimation item = "Hotbar_1_BG">
<ScreenID>Hotbar_1_BG</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>686</CX>
<CY>54</CY>
</Size>
<Animation>A_Hotbar_1_BG</Animation>
</StaticAnimation>
<TileLayoutBox item="HB1_HotButtonLayout">
<ScreenID>HB1_HotButtonLayout</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>686</CX>
<CY>54</CY>
</Size>
<Style_Transparent>false</Style_Transparent>
<Style_TransparentControl>false</Style_TransparentControl>
<Spacing>0</Spacing>
<SecondarySpacing>0</SecondarySpacing>
<HorizontalFirst>false</HorizontalFirst>
<FirstPieceTemplate>false</FirstPieceTemplate>
<SnapToChildren>false</SnapToChildren>
<Pieces>Hotbar_1_BG</Pieces>
<Pieces>HB_1_Button1</Pieces>
<Pieces>HB_1_Button2</Pieces>
<Pieces>HB_1_Button3</Pieces>
<Pieces>HB_1_Button4</Pieces>
<Pieces>HB_1_Button5</Pieces>
<Pieces>HB_1_Button6</Pieces>
<Pieces>HB_1_Button7</Pieces>
<Pieces>HB_1_Button8</Pieces>
<Pieces>HB_1_Button9</Pieces>
<Pieces>HB_1_Button10</Pieces>
<Pieces>HB_1_Button11</Pieces>
<Pieces>HB_1_Button12</Pieces>
<Pieces>HB_1_PageLeftButton</Pieces>
<Pieces>HB_1_PageRightButton</Pieces>
<Pieces>HB_1_CurrentPageLabel</Pieces>
</TileLayoutBox>
__________________
Makavien420 is offline   Reply With Quote