playMaker

Author Topic: Controller Move[SOLVED]  (Read 2196 times)

Rafael

  • Playmaker Newbie
  • *
  • Posts: 3
Controller Move[SOLVED]
« on: September 23, 2013, 04:42:07 PM »
What's the better way to use the "Controller Move" or "Controller Simple Move" actions to make the character move into player direction keeping the collisions?
« Last Edit: September 24, 2013, 06:01:37 AM by jeanfabre »

redikann

  • Full Member
  • ***
  • Posts: 174
Re: Controller Move
« Reply #1 on: September 23, 2013, 07:41:19 PM »
Depends if you need a constant gravity applied to your character. Simple move does this but then you need to create a work around for jumping. Controller move does not apply gravity or ignore Y axis movement.

Rafael

  • Playmaker Newbie
  • *
  • Posts: 3
Re: Controller Move
« Reply #2 on: September 23, 2013, 07:55:20 PM »
But how do i use any of both actions to move the character controller to player position. I tryed to use the "Get position" and set the variable in Controller Move and Simple Move but doesn't work, he seems to moves the character to a random place.

Rafael

  • Playmaker Newbie
  • *
  • Posts: 3
Re: Controller Move
« Reply #3 on: September 23, 2013, 09:40:45 PM »
Nevermind, i find out how to use the Move Towards with collisions. Thanks any way.