Quote:
Playing a second music file with the same format as an already playing piece immediately halts the first piece and starts the second. This can be used to stop a single type of music by playing a short silent piece of music.
From the turing reference, so what I can understand is that I can have 3 sounds playing at once: one WAV, one MIDI and one MP3 using Music.PlayFile, but what if I want to have more than just those 3? (Correct me if we can use another file type besides those 3) or am I stuck with using 3 files at once?
If thats the case then what would be the best option for trying to use more than the three above types? Combining sound effects so that I have bullet shooting+walking in the same thing? or will I not be able to do it?