Hi, what would the code look like if I wanted to check if a listener was ‘true’, ie; ‘hadn’t been removed’?
I have a function that removes listeners after a collision, but the function isn’t always called… So when I clean up my scene (for StoryBoard) I get an error, because in some circumstances I’m trying to remove an event listener that I’ve already removed with a function.
Thanks