View Single Post
Old 07-27-2004, 01:20 PM   #5
Taleisin
Guest
 
Posts: n/a
Default

I'm not sure, are you trying to use a graphic as text?

here is the minimum I think you need, if I understand what you are wanting to do

<TextureInfo item="dj_pw.tga">
<Size>
<CX>256</CX>
<CY>256</CY>
</Size>
</TextureInfo>
<Ui2DAnimation item="dj_Window">
<Frames>
<Texture>dj_pw.tga</Texture>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>6</CX>
<CY>6</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<StaticAnimation item="dj_Static"> <--- StaticAnimation not allways needed
<ScreenID>dj_static</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>6</CX>
<CY>6</CY>
</Size>
<Animation>dj_Window</Animation>
</StaticAnimation>
  Reply With Quote