Non overlapping detection
mrtopz
Member Posts: 28
Hi!
I have two actors and a boolean attribute that changes to true when one actor overlapes another but how do I detect that an actor is no more overlapping another? I've tried using boolean and integer attributes with no success. I want to detect when an actor leaves the area where another actor (bigger) is placed.
Thanks!
I have two actors and a boolean attribute that changes to true when one actor overlapes another but how do I detect that an actor is no more overlapping another? I've tried using boolean and integer attributes with no success. I want to detect when an actor leaves the area where another actor (bigger) is placed.
Thanks!
Comments
I was trying to use with integer but doesn't seems to work. But I already figured out why.
Thanks again!