Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Kaintoad

#1
I had (eAudioPriority, eRepeat), as it says in the documentation. Where does it say to put Normal? I fixed it by making it 0.
#2
Beginners' Technical Questions / Audio repeat
Sat 15/02/2025 00:16:27
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);
}
SMF spam blocked by CleanTalk