Hello everyone.
Thanks to your assistance my little "game" is coming along swimmingly, I'm almost read to post it here.
I have a concern that is stumping me majorly: How do you display his life variable on the screen?
Here's how it's working, the hero has a variable inside of him called "life" that starts with a value of 50. Each time he is hit, his life variable decreases, and if he eats apples and bananas then the life variable is increased by 5 and 20 respectively.
Pretty simple. It's working great.
But what I would like to do is display this variable on the world so that the player can always see how much life is remaining. I DON'T want to use a counter for this. Is there some way to just display the value of "life"?

