• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Need help with health bar and such!

D

Doooooli

Guest
So I'm currently into looking at different ways to make a neat healthbar! I have a simple one written up, with my own drawn sprite and such and it works perfectly! But I don't think that's what I'm aiming for! What I would like is something more "circular"
I'm gonna upload a picture so you can see

( http://imgur.com/a/5eoUe )

Yes the picture is very badly drawn, but you get my idea! Now my real question is, how would I start to make this? anyone willing to help me out? :)

thx
 
D

Doooooli

Guest
draw_sprite_ext(spr_healthbar_inner,0,view_xview[0]+32,view_yview[0]+32,1,hp/100,0,c_white,1); I've come up with this start, but I'm not fully getting it to work yet! :)
 
Top