i want my bug to make sound when it eats leaf
i used
but it doesn't work
instead my program start to stop every time bug eats leaf
what is the problem ?
if (canSee(leaf.class))
{
eat(leaf.class);
Greenfoot.playSound("slurp.wav");
}



