View Single Post
Old 01-21-2004, 02:55 PM   #1
Adamax
A Ghoul
 
Join Date: Nov 2002
Server: Bertoxxilous
Posts: 12
Default Animated Graphics Question

When looking at the code for color changing gauges (e.g. Group-color-change by nodent), I noticed that there were a couple different ways to display the alternate "fill" in the gauge.

[offsetting]
<Size>
<CX>96</CX>
<CY>21</CY>
</Size>
<GaugeOffsetX>-3000</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>

or

[sizing]
<Size>
<CX>31</CX>
<CY>8</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>

Which is the best (least likely to break) method of displaying?

Regards,
Adama Neeve
63 Oracle - Bertoxxulous
Adamax is offline   Reply With Quote