Description
In recent versions of Construct 3, audio stopped by tag no longer works reliably when triggered in the On Start of Layout event.
Previously, it was possible to stop a music track using its tag and immediately start a new track on layout start. In newer versions, the tagged audio is not stopped and both tracks play simultaneously.
Steps to Reproduce
Have a music track playing with the tag "Test"
Change to a new layout
On On Start of Layout, use:
Audio → Stop (tag: "Test")
Then start a new music track
Observe the result
Expected Result
The music with the "Test" tag stops immediately, and only the new music plays.
Actual Result
The tagged music does not stop, and both tracks play at the same time.
Here is event.
Imagem:
Download c3p:
dropbox.com/scl/fi/v5ycji13pulnf1hsc7xw9/There-is-a-music-bug..c3p