Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How to do HP bar?
- Mk123233
-
12 posts
How to do HP bar?
Hi guys,
So, I wanted to do a little improvment to my game and I thought it would be easier to play when your player has HP.
I think you already know my question so…
How am I adding to my player hp bar?

So, I wanted to do a little improvment to my game and I thought it would be easier to play when your player has HP.
I think you already know my question so…
How am I adding to my player hp bar?

- TheHockeyist
-
1000+ posts
How to do HP bar?
The easiest way is a sprite. Make a sprite. On the first costume, write a 1. On the second, 2, etc. until you reach the highest possible health. On the last costume, write a 0.
Make a variable
And do this script:
Make a variable
And do this script:
- TheLogFather
-
1000+ posts
How to do HP bar?
These projects may help:

- Status/health bar drawn with pen - - Using variables as status/health bar -



- Status/health bar drawn with pen - - Using variables as status/health bar -

- JavierR100
-
500+ posts
How to do HP bar?
this might work:
https://scratch.mit.edu/projects/107933026/
https://scratch.mit.edu/projects/107933026/
- Jemmerl
-
100+ posts
How to do HP bar?
The way I do it is with a sprite and pen. Just edit color, pen size, and positions to get the desired bar.
- maverick_raven12
-
100+ posts
How to do HP bar?
try making a costume for each amount of HP then use this script:
Last edited by maverick_raven12 (May 4, 2016 23:45:17)
- Kahngw25
-
7 posts
How to do HP bar?
I know how to make a health bar, but would anybody know how to make a health bat that uses a player's username? 
EX: Kahngw25's HP

EX: Kahngw25's HP
- deck26
-
1000+ posts
How to do HP bar?
Please create your own new topic rather than necroposting. In what way would a health bar use a username? I know how to make a health bar, but would anybody know how to make a health bat that uses a player's username?
EX: Kahngw25's HP
- Dragoion
-
76 posts
How to do HP bar?
Yep that is one way The easiest way is a sprite. Make a sprite. On the first costume, write a 1. On the second, 2, etc. until you reach the highest possible health. On the last costume, write a 0.
Make a variable
And do this script:
- StrangeMagic32
-
1000+ posts
How to do HP bar?
Just make a varible named hp for this sprite only
It's nice that you want to help, but this post is from 2016, so I believe that they figured it out… So please don't necropostYep that is one way The easiest way is a sprite. Make a sprite. On the first costume, write a 1. On the second, 2, etc. until you reach the highest possible health. On the last costume, write a 0.
Make a variable
And do this script:

- Discussion Forums
- » Help with Scripts
-
» How to do HP bar?