dop2000 so I created a simple example file (not the cleanest, but I visual it's nicer for me)
I got pretty much most of the basics to work:
I limit the minimum and max of the "current_HP" to not break the visual container.
I didn't set the container to every thick, because I just want it to be steady as a HUD that won't change anyway.
But Tween is where I got lost, since I try to get away from formulas (if possible) I tried this:
End result to be: "Current_HP - Global_Damage"
I also tried HP_Bar.width...
-
Is there a way to simplify it without the formulas? just wondering, if not.. I guess I'll have to "copy past" but I tried my simple-brain first.
My Example File