View Single Post
  #10  
Old 10-23-2001, 06:25 AM
TDO2000 TDO2000 is offline
Registered User
TDO2000's Avatar
Join Date: Jul 2001
Location: Germany
Posts: 655
TDO2000 is on a distinguished road
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...
__________________
No Webhost at the moment
Reply With Quote