Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Terry213 on February 02, 2017, 07:09:19 PM

Title: Character slides on Z axis even when button is released [SOLVED].
Post by: Terry213 on February 02, 2017, 07:09:19 PM
I have the character motor equipped to my character and have an FSM attached to him. For some reason my character keeps moving forward every time I move him in the Z axis.
Title: Re: Character slides on Z axis even when button is released.
Post by: HeathClose on February 02, 2017, 08:29:04 PM
I have the character motor equipped to my character and have an FSM attached to him. For some reason my character keeps moving forward every time I move him in the Z axis.

might it have something to do with self vs. world position?
Title: Re: Character slides on Z axis even when button is released.
Post by: Terry213 on February 02, 2017, 09:35:49 PM
It didn't work :(

For the movement FSM i have Set Game Object in the first State. Two Get Axis, two Get Axis Vector(i want x to be slower than z), and one Controller Simple Move in the second State.

Title: Re: Character slides on Z axis even when button is released.[SOLVED]
Post by: Terry213 on February 03, 2017, 09:34:05 AM
There is a problem with Controller Simple Move where it keeps translating the object forward in Z, so I just switched to Controller Move.