Try to use a boolean variable. Something like:
When the collision begins, set the boolean to true. And when it stops overlapping, false.
So.. "if THIS object isn't overlapping THAT object" and "boolean is TRUE", etc etc etc..
And don't forget to put a "trigger once while true" in this same event, if you want a trigger.