Hello,
How to play 2 sounds simultaneously?
I got some soundtracks looping in the background. If the player dies I want to play a little sound effect, but it does not play, because another sound is playing already.
You can only have one audio object, so how to solve this problem?
The weird thing is that it works if I start playing 2 sounds in 1 event (for example on start of layout). But if 1 sound is playing for a while and I want to player another simultaneously (for example by pressing a key) it does not work.
Your help is appreciated.