I know I'm not the master of thread titles, so here's an example.
I'm developing a UI backend to use in my new game (That Namelezz Game), but the HP bar should not shrink from both directions, only from right.
Here's a screenie:
HP is 100 - Width is then 100.
<img src="http://img341.imageshack.us/img341/7443/normalhpmm8.png">
HP is lost and width is lost - but it shrinks the sprite from both sides!
<img src="http://img341.imageshack.us/img341/4441/losthpli6.png">
How can I make it so the width only gets substracted from the right?
EDIT:
Just as I finished writing I just changed the hotspot to the left corner and it worked, nevermind