- Code: Select all
// This happens in one function:
strcpy(MySound,"data/mysound.wav"); // Where my sound is a global string variable
// This happens in some event:
PlaySound2(MySound, 0.5, 1, 0.000000);
It works while I'm on Game Editor, but when I export the game, I get no sound.
Anyone else noticed this?