I wonder how to detect that 2 object aren't colliding ?
Because I would like to create an event that destroy an object if he isn't in the right area.
Like this :
-> Object is on screen
-> Wait 3s
-> The object is colliding with area
-> don't destroy the object
-> The object isn't colliding with area
-> destroy the object