Health bar Help
![TJMNUT](http://forums.gamesalad.com/applications/dashboard/design/images/defaulticon.png)
I followed TSB's tutorial on making a health bar, but I only want it so you can only be hit 4 times. I tried altering it, but the health bar was so small. What do I have to do to have a nice size, but only take 4 hits?
Comments
So, game.PlayerHealth = 100
Rule; If player gets hit; Change Attribute game.PlayerHealth to game.PlayerHealt-25
That should give it a lot more size.
If you want it to be the entire length of the landscape then make it 480. If you want it to be just a section, make it 100...
Not sure what you mean by what size do you 'need to make the bar'