PDA

Click to See Complete Forum and Search --> : Playing MIDI Music


SteveCRM
Sep 30th, 1999, 04:32 AM
I want to put some music in the background of my game, how would I do this? (NOT THE MCI CONTROL!!!!!!!! this is a game, i don't want the user to be able to pause and turn off the music so easily, it also looks bad in a game)

Thanks

<IMG SRC="http://216.167.2.32/ubb/smile.gif">

Steve

Bob Baddeley
Oct 23rd, 1999, 01:56 AM
Honestly, you should use MCI. Just go to the properties of the MCI thingy and make what you want enabled but not visible. Then in your code use MMControl1.Command = "Play" or "Stop" or whatever. The user can't see or do anything with it.

------------------

SteveCRM
Oct 23rd, 1999, 09:18 AM
Ah! That works perfectly, Thanks bob!!


Steve :) :) :) :)