how do i make an hp bar i tried to make one with animations but it didnt work! please help!
p.s. im bored!
p.p.s. i have no idea why i posted the other p.s.
p.p.p.s. i stayed up all night!!!
Health = 100;
textNumber = Health;
Health -= 25
if (Health < 1)
{
DestroyActor("Event Actor");
}
ChangeAnimationDirection("Event Actor", STOPPED);
animpos = (Health / 100) * nframes;
animpos = Health * .5;
animpos = health * .2;
Users browsing this forum: No registered users and 1 guest