nevermind, got it by doing this:

//Level 1
level_load(level_str);
var sTest;

sTest = snd_create("haunted1.wav");
// play the sound
snd_play(sTest,70,50);


thanks anyways