Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: rexydon on November 19, 2017, 11:44:18 AM

Title: Set position help [Solved]
Post by: rexydon on November 19, 2017, 11:44:18 AM
I am working on doing the space shooter game tutorial but using Playmaker rather then the code they are doing.

I have set it up a FSM that gets the axis event and moves the ship around the screen. I am trying to set up the limitations with Clamp actions. My issue is that when ever I try to do set position then no matter which direction I am pressing it is causing the ship to go negative on the z axis. I tried this with out the clamps with something as simple as get position -> store position in a vector3 -> set position with the same vector3 and I am still getting the issue of the z axis going negative no matter what direction is being pressed.