Hi, is it possible to have music that continuessly plays?eg. when i click on arcade and it goes to the select, the music from the title screen is still playing...all i want is the select and title screens to have the same but the versus bgm will be different (sorry for misspellings)...
Do you mean this in system.def?;----------------------------[Music] ;Put a filename for a MOD, MP3 or MIDI here, or just leave it ;blank if you do not want music. If an invalid filename is ;given, then no music will play. To play CD audio, put ;the track number followed by ".da". For example, to play ;track 3 from a music CD at the title screen, use: ; title.bgm = 3.da ;To play mymusic.mp3 from the sound/ directory, put: ; title.bgm = sound/mymusic.mp3 ;Music will continue to play between screens if the files names ;are the same, and both BGMs are specified to loop. ;Music to play at title screen.title.bgm = title.bgm.loop = 1 ;Set to 0 to prevent looping ;Music to play at char select screen.select.bgm = select.bgm.loop = 0 ;Music to play at versus screen.vs.bgm = vs.bgm.loop = 1