Hi! I'm experimenting with Limbo demo, trying to add a score under the game. Since I don't have the possibility to implement my own events or game syncs into the game engine, i'm using existing events to trigger music moments.
When the boy gets up, the event env_start_falling_boyStandUpEnd triggers the beginning of an ambient track that will play until the character enters the boat; from there the event env_start_falling_enterboat should play the "splash" SFX, stop the ambient track previously playing and start playing the main theme.
While the profiler tells me this is happening, the ambient track continues playing under the theme once the boy enters the boat.
Am I missing something?