playMaker

Author Topic: Blocking triggers from other layers' triggers  (Read 924 times)

Lamb

  • Playmaker Newbie
  • *
  • Posts: 8
Blocking triggers from other layers' triggers
« on: April 24, 2017, 06:58:43 PM »
So I have these objects with triggers that overlap.
4 layers.
Player [1/top], Blocker [2] Cover Detector [3], Item [4]

I was looking to set up something like have the Cover Detector check to see if it comes into contact with Item. When it does, I would like the Blocker object to prevent Item's trigger from detecting the trigger on Player until Cover Detector no longer comes into contact with Item.

I have the collision matrix sort of figured out I thought and things are displaying properly on layers but I'm not entirely sure how to set up the Blocker part.
« Last Edit: April 24, 2017, 08:21:45 PM by Lamb »