I haven't been able to figure out how to insert music into my game. The tutorial says to input the music value, but I don't know how I'm supposed to get my music file name into a value or whether I'm supposed to place my file into a specific folder.
Thanks for the help.
When you created the game the editor created a folder where your files for the game are stored (It's by default in your documents, otherwise it's where you specified it to be). In that folder there is a folder named "Music", which is where you put your music files. After that you rename the music files to MUSICx where x is the number which the editor will associate to the file. (MUSIC1, MUSIC2 etc.)
All of this is in the manual.
EDIT: Here's a great video on the subject (http://www.youtube.com/watch?v=Cs50YIpc_bA&feature=player_profilepage)