Is there an event which can be used to trigger an action if 2 sprites/objects are within a certain distance of each other?
quote]
The condition "is overlapping at offset" dose that.
I do believe pointing to the distance expression is more appropriate here.
distance(obj1.X,obj1.Y,obj2.X,obj2.Y)
will return the distance between obj1 and obj2.