playMaker

Author Topic: Move Towards not working  (Read 1644 times)

TifaOng

  • Playmaker Newbie
  • *
  • Posts: 10
Move Towards not working
« on: January 08, 2014, 05:09:23 AM »
I have a gameobject that fires ATTACK global event if satisfies certain conditions. And the global event has an action, Move Towards. But when ATTACK is active, the objects moves towards the target only once, then goes back to its position and "trembling". I tried to set SendEvent ATTACK to every frame, but same problem persists.

What is the problem? I need the game object to move towards the target.