Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: schoolequaltoprison on Mon 14/04/2014 21:56:45

Title: Differents Walking speed for every direction?
Post by: schoolequaltoprison on Mon 14/04/2014 21:56:45
Hi, I draw an animation of right walk that make long steps and a little fast, but I like it, BUT the UP Animation is Slower and walk not so long. So there is a big SLIDE on the right-left walk if i set a standard for the up-down animation. And the opposite if I assign the just amount velocity to the right-left animation.

So its possible to have an UP DOWN Movement speed of 4  and a RIGHT LEFT Movement Speed of 10 (or different)?

Thanks
Title: Re: Differents Walking speed for every direction?
Post by: Problem on Mon 14/04/2014 22:07:33
In the character properties, set UniformMovementSpeed to "false". Now you can set different values for X and Y. In your example you would set MovementSpeedX to 10 and MovementSpeedY to 4.