playMaker

Author Topic: Translate not colliding with objects  (Read 1534 times)

Merto

  • Playmaker Newbie
  • *
  • Posts: 20
Translate not colliding with objects
« on: December 26, 2014, 06:40:43 AM »
Hey, I'm trying to create a 3rd person controller in which you can only press one key/direction at a time, so I made one with the Translate action instead of the normal Controller Move. However, when I use Translate to move the player it does not collide with colliders.

Is there a way to make a Controller Move that limits your buttons down to one at a time or is there a way to make Translate move collide with objects?

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Translate not colliding with objects
« Reply #1 on: December 27, 2014, 07:32:49 PM »
maybe like this

put get key down keys into 1 state then set what that key has to do and use get key up to go back to the stat with your get key down keys