PDA

Click to See Complete Forum and Search --> : Loop with mciSendString ???????


WylerWolf
Feb 27th, 2001, 05:09 PM
I am playing a midi while the combat in my game with mcisendstring.

How can I do to make a loop ???
(I dont want my sound to stop)

Feb 27th, 2001, 08:03 PM
im not fmiliar with mcisendstring, but, if you are running
your game using a loop, you should be able to check to
see if the music is still playing, and if its not, restart it.

WylerWolf
Feb 27th, 2001, 08:43 PM
Or I put a timer on the form, whit the Interval = Leght of the sound, when de timer stop then I make the sound play again.

thx for the idea, but I still want to know(for general culture) is it possible to make a loop with the mci function ?

WylerWolf
Feb 28th, 2001, 05:16 PM
Yes or No : Is it possible to make a loop with mciSendString ???