Repeating a sound/song without overlapping

I’m using 1.19.4 and I’m trying to make a song/sound
repeat without overlaying them together.
The first time I did is using the Update script
to run a single line. The line was playSound(“Blaze.wav”);
and I tried it and it overlapped so then I tried by making a
new layer called FX then put the sound on a single frame.
The song only ran once, so that was a problem.
I have a .wick file that you can check out and see more details
on the game that I’m trying to make. Also the song I’m using on
the game is by me :smiley: This is the file: gamedev1.wick (3.6 MB)

playSound(“SoundName.wav”,{loop:true});

2 Likes

the frame needs to have a stop code remember that