-
Music loops
Ok im using the direct show object to play BGM in my RPG, its on a loop but the music will stop abruptly then it will start up again.
What i need to know is is there a way to make the loops a bit more closer together, like the MOMENT the song ends it IMMEDIATELY starts again. Any way to do this would be greatly appriciated.
-
Re: Music loops
The direct show object let you jump to a position in the tune. So check at which position the tune ends and starts and make an action to jump to the start position when it reaches the end position. You might need some experimenting before you manage to get it 100% right :)
-
Re: Music loops
i see, ill try that, thanks popcorn.