I have a node falling down in a view. Once it is outside of the view, I need to delete it so I can use an if-statement to call a function to place another one. How do I delete it when it is no longer visible? It currently only calls the function once.I have a node falling down in a view. Once it i