If I try to play 2 different audio files in the same scene on the same channel using play() stop() play() it does the work but not when I’m using composer and 2 scenes. Why is that?
That’s it .I just needed to use scene phases differently. But the sequence by which scenes are executed is not clear to me.
Looks like scene 2 create() comes before scene 2 show() either is will or did. But the scene 2 create() also probably comes after previous scene 1 hide() will or did. How scene 1 did hide() can be executed at the same time as the scene 2 will show(). Where the scene create() stands here?