So, I stopped the music tag "myMusic" both on start and on end of layout. Then on start of layout... below the stop "myMusic" tag, I replay the sound by verifying if the audio tag is not playing.
Somehow the sound "myMusic" continues to play for few ticks if you RESTART the layout,
so the condition => 'audio "myMusic" is not playing' never goes through since it still detects "myMusic" playing.
This happens only when you use restart layout or use "Go to layout" on the same layout.
Is this a bug or what? How can the sound be stopped without delaying any restart?