Results 1 to 3 of 3

Thread: Playing MIDI Music

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800

    Post

    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

  2. #2
    Hyperactive Member
    Join Date
    Sep 1999
    Posts
    305

    Post

    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.

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

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800

    Post

    Ah! That works perfectly, Thanks bob!!


    Steve

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width