playMaker

Author Topic: Set position help [Solved]  (Read 871 times)

rexydon

  • Playmaker Newbie
  • *
  • Posts: 1
Set position help [Solved]
« 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.
« Last Edit: December 02, 2017, 07:17:55 AM by rexydon »