G'day.. i added a sound effect for when my actor jumps. however, when i jump, the sound starts like 2 seconds after. any advise on how i can overcome this issue?
One thing that will help prevent sound from lagging is using 'static GreenfootSound' fields that are set when declared. This way, they are loaded when the project loads (they do not have to be loaded 'on the fly').