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

2014/12/11

How could I add lives?

potato potato

2014/12/11

#
I need help adding lives to my simulation. I don't really have an idea of how I would accomplish this, so please help :(.
danpost danpost

2014/12/11

#
You can do it internally, using a field; and, you can add an Actor class to display the value of the field externally.
You need to login to post a reply.