Healthbar for enemy example created by Hobojobo
Category: Other
Current rating
Added: 31 May 2007
Created by: Hobojobo
Version: 1
Game description: A healthbar example made for enemy objects. This healthbar changes color in a gradient as it decreases, from green to red. file in .gmk format to let you see the codes, but please respect my work by not c... (more)
Reviews
-
Overall Score
-
Graphics
-
Sound
-
Gameplay
-
Story
-
Interface
This Game Has No Reviews.







thewierdpers... said over 3 years ago
i agree...
and functions can draw whatever you like(draw_healthbar(etc)
you mean the action for heavns sake
gibbersoft said over 4 years ago
um. enemy healthbars can be made easier than this. so i have to agree with cman. pretty dumb for an example.
cman said over 4 years ago
Pretty dumb for an example.
Hobojobo said over 4 years ago
well you see, the exact reason this is "special" is because you can display more than 1 bar on the screen at a time, as long as you make the health variables different.
with the pre-included function, you can only display the global variable "health", which is taken up by the player already, so obviously you're not gonna use it on the enemy eh?