Excuse me again....
How do I make 8 Direction keep moving without input?
I cant use deceleration because the character's movemet would become smooth.
I want she move 4 Direction,and when I stop input,she would keep moving that she face to.
I try to use Simulation control,but it would move at Intermittently.
Many thanks.
just make deceleration 5000 or 10000 it shouldn't continue moving even with 1200 unless you have something more inside the game that tells it to continuously moving(physics sliding etc)
if that still doesn't work just use on any key released 8 direction stop. it should do the work. its easier then bullet that will have a bit of work around and bunch more events to be added to do what u need it to do.