> Thank you to both of you guys! Your input has helped a lot.
>
> However, when the player goes back to the middle he goes beyond the middle and wobbles a bit before centering, as if impulse makes him do so. Is there a way to prevent that? Any kind of Acceleration/Deceleration combination or something?
>
Whats wrong with a little wobble? I do it all the time lol!
Try adding this:
On any touch is not in touch ............. Simulate player control pressing right
and Player X < HomeX
On any touch is not in touch ............. Simulate player control pressing left
and Player X > HomeX
On any touch not in touch................ Set player 8 Direction controls STOP
and Player X = HomeX
That should stop the player from wobbling.
Thank you, man.
Unfortunately, he still wobbles