ID:272212
May 3 2008, 10:31 am
|
|
OK I got a mid file and i want to add it to a game for login but I don't know how. Please tell me.
|
In response to Element Hero creator
|
|
Yes but how do I add It to a folder?
|
In response to Mr. Chex
|
|
You drag it to the folder. You know, with Windows.
|
In response to Garthor
|
|
OK, I i got a folder with it already in the game files I need to know add them.
|
In response to Mr. Chex
|
|
Tried looking up the sound procedure in the DM Reference? It's very simple, heck, it was answered earlier
|
In response to GhostAnime
|
|
Just like what I said earlier, once the sound file is in the folder, take that code and put it where you want to the music to play, like putting it in a verb.
|
usr << sound('whateveryouwant.mid')
Try this code, and tell me if it helps. You can insert this code at any point where you want to add music to the game, example go to your login proc and add it, oh and the music file needs to be in your games folder, then you change the whateveryouwant.mid to for example, Naruto.mid if Naruto is the name of the file.