|
-
Sep 30th, 1999, 04:32 AM
#1
Thread Starter
Frenzied Member
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
-
Oct 23rd, 1999, 01:56 AM
#2
Hyperactive Member
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.
------------------
-
Oct 23rd, 1999, 09:18 AM
#3
Thread Starter
Frenzied Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|