Log In  

I am struggling to wrap my head around how the Music() and SFX() call functions work. I have a music track and some sfx calls that clash even though I have stipulated that the sfx calls only call on an unused channel. I have also tried to use the channel mask argument for Music() but can't seem to figure it out.

Basically a soundtrack plays while the game is running. Pressing a jump or collecting coins all trigger a sound effect that causes the backing soundtrack (Music()) to skip notes.

Could someone please maybe explain to me how I can have music AND call sound effects properly so they don't interrupt each other?

P#139021 2023-12-22 10:14

Nerdy Teachers has a good breakdown of channelmasks here: https://nerdyteachers.com/PICO-8/Guide/?MUSIC

P#139074 2023-12-23 07:42

Thanks. I will have a look at the link.

P#139143 2023-12-25 05:46

[Please log in to post a comment]