I am playing some audio tracks in response to an event. Would like to play them one after the other, but when I add the 3 audio play actions under the trigger, they all play at once.
How can I make construct2 wait until the previous audio is complete before playing the next one?
The only thing I have been able to do is System Wait x Seconds which is the length of the audio file. Is there a better way?