I am having an issue on some devices, where it will receive a failed to create audio player media.agk .... It will not play that particular sound, but will play others without issue. In the attached screenshot. The squishsound will not play, but the plop sound will. Maybe something with the sample rate? I have been trying to adjust the files with audacity.
Thanks,
Josh
function playSquishSound()
if GetSoundExists(soundEffect) = 0 then soundEffect = LoadSound("pumpkinsquish2.wav")
if checkBoxes[2].state = 1
Playsound(soundEffect)
endif
endfunction
Josh