Does the PlayMusic function automatically loopback and start playing the same piece again when it ends?
PlayMusic function automatically loops?
Blitz3D Forums/Blitz3D Programming/PlayMusic function automatically loops? Yes, in Blitz3D anyway. In BlitzPlus looping is activated with a flag. If you don't want your music to loop use PlaySound.
Thanks - I don't want it to loop so I guess I'll be using PlaySound.
Hmmm does LoadSound support midi files?