My game is coming along nicely thanks toy the great suggestions...
How do I fox the code to have my tanks sustain a couple hits before exploding?
Thanks


if(getOneIntersectingImage(Bullet.class)!= null) { getWorld().removeObject(getOneIntersectingImage(Bullet.class)); health-=10; }