playMaker

Author Topic: Making an object move with Player [SOLVED]  (Read 1318 times)

ItzArranT

  • Playmaker Newbie
  • *
  • Posts: 45
Making an object move with Player [SOLVED]
« on: June 25, 2017, 11:41:27 AM »
I want to create an FSM for an object which, upon being collided into by the Player, will move with the Player- as if "magnetised" to them.

Any ideas??
« Last Edit: June 25, 2017, 12:02:01 PM by ItzArranT »

LordHorusNL

  • Beta Group
  • Full Member
  • *
  • Posts: 226
Re: Making an object move with Player
« Reply #1 on: June 25, 2017, 11:45:29 AM »
Have you tried a Move Towards action with a max speed of about 25 and a finish distance of 0?

That that should work.

ItzArranT

  • Playmaker Newbie
  • *
  • Posts: 45
Re: Making an object move with Player [SOLVED]
« Reply #2 on: June 25, 2017, 12:01:44 PM »
Great suggestion, although I went with a 'Set Parent' action, which makes the object follow the Player just fine.

I can also unparent them using the same action :)