02-05-2024, 09:09 PM
(02-05-2024, 04:18 PM)NakedApe Wrote: SOUND still pauses program execution when called though, right? This caused some weird blips and pauses in my early games before someone here pointed this out to me.
Yes - by default.
However, you can let SOUND play in the background by executing PLAY "MB" before using any SOUND statements.
If you are using SOUND to make sound effects (like Abazek), then you are probably better off turning off volume ramping as well by executing PLAY "Q0" before using any SOUND statements.
Both PLAY commands need to be executed only once and remains in effect until the end of the program or until it is changed.