Mess around with the sliders, and the health bar will automatically adjust. If you use this in your own project, please credit LiquidMetal and myself.
Thanks to LiquidMetal for the original project! Also check out his (more efficient) version of this here: http://scratch.mit.edu/projects/14902222/ I decided to make a stamp-based health bar that uses Scratch's stamping features to draw a health bar. Here's a comparison between this and LiquidMetal's versions: Advantages: - Modular - Easier to customize colors, etc. - Less data Disadvantages: - Appears only behind ALL other sprites - Can sometimes lag when rendering - More code