Hi guys, I've got another question.
Is there a way to resize a sprite at runtime?
I'm explaining why I want to accomplish that. In my game, I want the main character to have a life gauge on a overlay map. When the character gets healed or damaged, I update a counter. The life gauge is associated with the counter. So, let's say the counter max value = 100 and the actual value = 50, I want the life gauge to be at 50% of its total height. I know I could accomplish that by switching the state of the life gauge for a set of pre-defined sizes, but it would make a lot of graphics, a lot of states and a lot of rules.
I don't see a width or height property for a sprite, so I can't write a custom function to do this. Have I missed something? :suspious:
Thanks!
