Touch Release Outside?

I see that you can call a behavior when a touch is received either in the (pressed, released, inside, outside) instances. How would you detect if a touch has been release outside of an object?
When I try to call a behavior on release it only works when I release from within the object, I'd like to record the XY location of the touch when it is release from outside of my touched object
Is this possible?
When I try to call a behavior on release it only works when I release from within the object, I'd like to record the XY location of the touch when it is release from outside of my touched object
Is this possible?
Comments