Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: Tenacious Stu on Tue 20/12/2011 09:51:55

Title: [SOLVED]way to change the walk speed in the default keyboard movement module?
Post by: Tenacious Stu on Tue 20/12/2011 09:51:55
Hi

I am using keyboard movements in my game, walking left and right is fine, but when I move the character up they jump about 4 pixels upwards each time, which is too much as the characters have very small sprites. Is there a way to edit the module/somewhere in the script where I can change the speed of the movement of the character with the keyboard (arrow keys).

Thanks in advance guys.
Title: Re: Is there a way to change the walk speed in the default keyboard movement module?
Post by: Khris on Tue 20/12/2011 10:14:08
I'm pretty sure the default keyboard movement uses Walk commands; in other words, open the character and change the speed in there. (Set uniform walk speed to false, then change the Y value).
Title: Re: Is there a way to change the walk speed in the default keyboard movement module?
Post by: Tenacious Stu on Tue 20/12/2011 11:15:55
Ahhh, I see. I didn't spot the Uniform walk speed option.

Thanks Khris.