ID:156749
 
Okay every time you gain a level your Maximum Health will increase, causing the numbers to increase of course as so:
from 9 to 10 which will add a digit behind the one making it 2 spots and same goes for 99 to 100 But instead of the numbers going right as the digits increase I want it to be pushed to the left <---
EXAMPLE--
Going right:
1
10
100
1000
Going Left:
1
10
100
1000

How would I go on about doing that for the on screen health numbers?
By doing it that way instead of the other way.
In response to Garthor
Garthor wrote:
By doing it that way instead of the other way.

yes very helpful.

when I put it on-screen the number automatically go to the right. I don't know how to make it move to the left >.>
In response to Isenggard
Stop putting it on the left. It's doing what you are telling it to, after all, since screen objects don't do what you are asking automatically.

Now, you've been fairly ambiguous as to how you are achieving this. Are you using interface elements, or scree objects?

Clearly you don't understand the system you are trying to deconstruct, as Garthor pointed out. I'd be glad to help you if you showed me a good faith effort and showed me the culprit code.
In response to Ter13
Ter13 wrote:
Stop putting it on the left. It's doing what you are telling it to, after all, since screen objects don't do what you are asking automatically.

Now, you've been fairly ambiguous as to how you are achieving this. Are you using interface elements, or scree objects?

Clearly you don't understand the system you are trying to deconstruct, as Garthor pointed out. I'd be glad to help you if you showed me a good faith effort and showed me the culprit code.


Never mind, wasn't thinking straight but got it working now though >.>