Playmaker Forum

Bug Reporting => PlayMaker Bug Reporting => Topic started by: PIXELCRY on January 10, 2013, 09:33:23 AM

Title: Axis Event[SOLVED]
Post by: PIXELCRY on January 10, 2013, 09:33:23 AM
I have a weird problem with this action:
https://hutonggames.fogbugz.com/default.asp?W681
when i move my character left and right, if i press and release the key quickly it trigger the idle animation from run animation


but if i press the left or arrow key more than a second its like there is some inertia and it take 1 second to send the event <no direction>
how to get rid of that lag?
Title: Re: Axis Event
Post by: jeanfabre on January 17, 2013, 02:17:52 AM
hi,

 you first need to understand where this lag comes from. Difficult to say as is really. Are you sure you are not using some delay somewhere or wait for the anim to end or something? maybe you have mess your input settings and release a key takes time to have its input value back to 0?

bye,

 Jean
Title: Re: Axis Event
Post by: Automageddon on November 27, 2016, 06:04:10 PM
Hey,
3 and half years later I was having the same issue but I found the solution.

Go to Edit>Project Settings>Input Settings and change the "gravity" value in the input tab, A value of 100 sorted it for my 2D controller.