If I have one audioPlayer and set the steram in script and play it, then before it's finished playing, change the stream and play it. Will it mix or stop the original stream? Do I need to come up with a way of mixing them?
I believe it will stop the original stream, though I would recommend testing to know for sure.
If you change the original stream, it will stop playing the original stream. You need to create a new AudioStreamPlayer node if you want multiple sounds to play at the same time (here's an example autoload for this).
I see how it works. If I continue with coding games I'll be doing something similar.
You must continue. Otherwise, you'll have wasted all the great information you've learned here. :smile: