
10-23-2001, 07:03 AM
|
|
Banned
|
 |
Join Date: Jun 2001
Location: Virginia, USA
Posts: 2,086
|
|
Quote:
Originally posted by TDO2000
hmmm i think I understand if ure Pic is 100 Pixel and the HP 101 it's a problem hmmm I think u have 2 possibilities:
1. U can only have the same amount of hp as the pixel with
or
2. if the amount of hp is bigger then the pixel with u just show it as full lifes
example:
100 pixel
120 hp (this.hp for example)
if(this.hp <=100){
normal use;
}
else {
showimg ....
changeimgpart index,x,y,int(100),14;
}
so it's not shown if u have more hp but u can't also see the full image...
|
*confused*
 |
|
|
|