Hi this is probably a dumb question but I can't find any help on it anywhere. I simply want an audio clip to repeat after fade in. The script with eRepeat doesn't repeat it. If I put it in rep_exec it repeats but messes the sound up.
function room_AfterFadeIn()
{
aWindInside.Play(eRepeat);
//achantmausoleum.play();
if(player.PreviousRoom == 2){
player.Walk(490, 444, eBlock);
player.FaceDirection(eDirectionDown);
}
}
function room_RepExec()
{
//awindinside.play(1);
}
function room_AfterFadeIn()
{
aWindInside.Play(eRepeat);
//achantmausoleum.play();
if(player.PreviousRoom == 2){
player.Walk(490, 444, eBlock);
player.FaceDirection(eDirectionDown);
}
}
function room_RepExec()
{
//awindinside.play(1);
}