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

Game/maniac's Comments

Back to Game/maniac's profile

a bit like an optical illusion does
its probably just the background colour messing with your head
SCORES: Game/maniac 135 Spilli 80 danpost 50 Malmotri 25 hoonycha 405 wjs0632 40 rkdlsanwjr 40 lonely.girl 155 macforce 40 Tina 15 SSS 195 myheartwillgoon 15
Im just trying to help make your game better
you will have to also do something like this: Health health; public YourWorld(); { health = new Health(); addObject(health, 5, 10); }
so it should go like this: YourWorld world = (YourWorld) getWorld(); world.health.lives--; if(world.health.lives==0) { removebase(); pause(); } getWorld().removeObject(this);
you should make it so your lives go to zero and tell the game to pause just before the shards are removed
That normally happens when you get an error
Then why does the game freeze