View Single Post
  #11  
Old 10-23-2001, 07:03 AM
Warcaptain Warcaptain is offline
Banned
Warcaptain's Avatar
Join Date: Jun 2001
Location: Virginia, USA
Posts: 2,086
Warcaptain is on a distinguished road
Send a message via ICQ to Warcaptain Send a message via AIM to Warcaptain Send a message via Yahoo to Warcaptain
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*

Reply With Quote