turnA Posted January 18, 2014 Share Posted January 18, 2014 Hi there, I want to make some kind of health bar for lots of Unit on my strategy game.The problem is, I found out that the Sprite.crop property applied it's change to all of it's instance (so when one sprite instance is cropped, all the other health bar is cropped too) Is there any way that I can implement this health bar system using Sprite.crop? Or is there other way to do what I described above? Thanks before. Link to comment Share on other sites More sharing options...
rich Posted January 18, 2014 Share Posted January 18, 2014 Yeah at the moment they used shared frames. We're moving away from this in the next release (after 1.1.4) but not just yet, your best bet would be to look at the way crop works and over-ride the frame being used with your own unique one. Link to comment Share on other sites More sharing options...
Recommended Posts