This site requires JavaScript, please enable it in your browser!
Greenfoot back
moraisai
moraisai wrote ...

2015/3/11

How can I show how many lifes my figure has left?

moraisai moraisai

2015/3/11

#
Hello I need help for my greenfoot project. I have created a variable which says how many life my actor has but how can I show this ingame?
danpost danpost

2015/3/11

#
Create an Actor object, give it the image of the text you want to display and add the actor into the world (or use the 'showText' method of the World class). For a more detailed response, show what you tried, code-wise.
You need to login to post a reply.