Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: on Thu 01/12/2005 17:16:00

Title: Problem with sounds
Post by: on Thu 01/12/2005 17:16:00
Hi
I 've got one small problem.I have a character and I want to make sound his every step.i tried to do it in view menu,to make sound every second frame.it should sound like *CLAP* *CLAP* *CLAP* and so on.but it sounds *CLAP* *CLAP* *CLACLAPALCLAPAPL* :).I need help!
and sorry for my english:)
Title: Re: Problem with sounds
Post by: Scummbuddy on Thu 01/12/2005 17:19:55
Perhaps making the walking animation slower, it will give the game more time to figure out that "hey, we're on this frame, so we need to play the sound now". I'd at least try it, just to see if that is the problem.
Title: Re: Problem with sounds
Post by: on Thu 01/12/2005 18:33:56
i think i tried it didnt help,but i will try again
Title: Re: Problem with sounds
Post by: Maverick on Thu 01/12/2005 19:44:53
I have no idea how long the sound clip is that you are using but that may also have an effect especially if you want to play it every frame.
Try using a shorter clip or only link the sound to every second frame of the animation if slowing it down doesn't work.

Don't know if it will work but it is worth a try.