correct.
you can also invent your own var
- boolean playing = false;
always when you want to start any song (toc.trigger(); etc.)
check if playing is true
- if yes, don't start the song
- if no, start the song and set playing to true
- when the song stops (because it's over, song.isPlaying() is false for all songs) make sure to set playing to false again
Greetings, Chrisir
If you need an answer, please send me a personal message since this forum doesn't notify.