Quote:
Originally Posted by sssssssssss
Actually, one more question. Its probably just math, but I dont know.
Instead of it starting from top to bottom, is there a way to make it bottom to top?
PHP Code:
changeimgpart(200, 0, 0, getimgwidth(img), (player.ap / 100) *
|
Yes, probably something like this:
PHP Code:
changeimgpart(200, 0, 0, getimgwidth(img), getimgheight(img) - ((player.ap / 100) * getimgheight(img)));