Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: hugh on Sun 25/05/2003 20:41:37

Title: PROBLEM WITH FLIC AND SOUND TOGETHER
Post by: hugh on Sun 25/05/2003 20:41:37
I have continuously tried to make sound and a flic play at the same time with a a serious glitch that makes the sound skip and skip and skip. I just don't understand.

I've tried:

PlayMusic (23);    where the sound is music an .ogg
PlayFlic (4, 2);      that's the flic

I've also tried variations using PlaySound, PlaySoundEX etc... instead of PlayMusic

All with no success, please help somebody.

I really don't want to use PlayVideo and AVI's they don't look good when you change a flic to them because of the colors and their too big.
Title: Re:PROBLEM WITH FLIC AND SOUND TOGETHER
Post by: Pumaman on Sun 25/05/2003 22:00:29
What AGS version are you using?

Are you using music crossfading?

Title: Re:PROBLEM WITH FLIC AND SOUND TOGETHER
Post by: hugh on Mon 26/05/2003 02:43:56
I only downloaded AGS about a month or 2 ago so it's not an old version. Also I have the playmusic in the global script before anything happens. So I'm not sure crossfade applies. Seemly though no matter what I do the audio skips over and over throughout the flic.
Title: Re:PROBLEM WITH FLIC AND SOUND TOGETHER
Post by: Pumaman on Mon 26/05/2003 15:54:33
Disable crossfading and give it a go, just to be sure. There was a bug with crossfading and FLC files, so definately turn it off and see if the problem still happens.
Title: Re:PROBLEM WITH FLIC AND SOUND TOGETHER
Post by: hugh on Fri 30/05/2003 03:07:37
do you just disable that on general settings or do you have to use a script?
Title: Re:PROBLEM WITH FLIC AND SOUND TOGETHER
Post by: Scorpiorus on Fri 30/05/2003 08:13:01
Just use the game options panel to disable it.

Of course you have to be sure you don't enable it via the script somewhere.

-Cheers