playMaker

Author Topic: Making a trigger enter work  (Read 1894 times)

Merto

  • Playmaker Newbie
  • *
  • Posts: 20
Making a trigger enter work
« on: January 15, 2015, 08:38:35 AM »
Hey, so I'm having a problem with the trigger event action on a moving trigger

The trigger moves from point A to B and when it has arrived at point B it makes contact with the player, but the trigger enter action is not triggered.

How could I go about fixing this?

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: Making a trigger enter work
« Reply #1 on: January 15, 2015, 06:35:09 PM »
need more info / pics of your actions / setup

coffeeANDsoda

  • Hero Member
  • *****
  • Posts: 618
Re: Making a trigger enter work
« Reply #2 on: January 15, 2015, 11:26:12 PM »
On the first state(when you first create a FSM that also has a global transition) it should work if you add two trigger events. One trigger set to On Trigger Enter, and the second Exit. Other than that, that is all I can think of.