Question
addchild eventlisteners
Hello, I have declared an object and used addChild to place it on the display list.
I add an event listener to it.
Now, I use removeChild to remove it from the display list.
I plan on using addChild again at a later time to add this same object back to the display list.
My question is should I remove the event listener now or just leave it in place ?
Thanks for clarifiying this.