Whenever I try and put in a sound effect into my game, I get a looping terminal window until I remove the lines:
private GreenfootSound footstep;
footstep = new GreenfootSound("footsteps.mp3");
All it ponts me to is this line, and the world constructor. How do I fix this so I can play sounds in my game?