public void changeimage() {
if(isTouching(spieler.class) && Greenfoot.isKeyDown("E")) {
if (getImage().equals(smallTree) == false) counter.add(1);
setImage(smallTree);
Greenfoot.playSound("pops.wav");
}
this is the code and when i paste the sound on greenfoot i get a different sound from what i downloaded. Please can i get help to why the sound isnt working?