Thanks. And yes, I am using the XAudio2 object, since I know of no other =)
Well, I have another problem now. The music starts at the menu, and at the menu there are several options. The menu layout has this in it's event sheet-
Start of Layout-
XAudio2- Play music "asdf.mp3"
XAudio2- Loop music
[/code:1xsj263p]
So when I enter a sub-item of the menu, I go to another layout. In that layout, there is a back button- so basically, when I return to the menu, the code runs through again, and thus, the music starts playing from the top. Can I make this not happen, perhaps by putting the play music code elsewhere? Or prevent it from running through twice?