Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: cjhrules on Mon 04/09/2006 23:19:17

Title: why do music silence a bit when speech files are played?
Post by: cjhrules on Mon 04/09/2006 23:19:17
Why do music silence a bit when speech files are played? And can you do anything about it?
Title: Re: why do music silence a bit when speech files are played?
Post by: strazer on Mon 04/09/2006 23:24:09
Put

  game.speech_music_drop (http://www.adventuregamestudio.co.uk/manual/Globalvariables.htm) = 0;

in your game_start function.
Title: Re: why do music silence a bit when speech files are played?
Post by: cjhrules on Mon 04/09/2006 23:34:58
thx! :)
Title: Re: why do music silence a bit when speech files are played?
Post by: strazer on Mon 04/09/2006 23:35:42
You're welcome! :)
Title: Re: why do music silence a bit when speech files are played?
Post by: SSH on Tue 05/09/2006 11:53:23
As for the why... so you can hear the dialogue!
Title: Re: why do music silence a bit when speech files are played?
Post by: strazer on Tue 05/09/2006 13:46:27
Yes, it's a feature!