so far i have this
on(release){
if (hp <= maxhp){
_root.hp+=100;
} else if (hp >= maxhp){
_root.hp==maxhp;
}
}
it dont work though…
so far i have this
on(release){
if (hp <= maxhp){
_root.hp+=100;
} else if (hp >= maxhp){
_root.hp==maxhp;
}
}
it dont work though…
:: Copyright KIRUPA 2024 //--