I'm in the crabs and worms scenario, and I'm trying to make it so my worms reappear after being eaten. I need it so the location, timing, and chances of a worm reappearing are completely random - I was thinking about 30% chance of them coming back... I already have the "addObject( new Worm(), (Greenfoot.getRandomNumber(560)), (Greenfoot.getRandomNumber(560)) );" to make them appear randomly, I just need to get the rest!