* Added 1 extra check in the procesInteractive to check if children exists before attempting to call children.length
this would've thrown an error if you remove stuff in an onMouseClick for example.
* smaller diff maybe
* changed remark
* Better and faster fix
set interactive and interactiveChildren to false on the DisplayObject.destroy()
this way no extra check is needed in the processInteractive function.