Can we get a removedFromWorld callback method added to Actors similar to the addedToWorld method?
I need to perform clean up tasks when Actors are being removed. I currently make use of threads for actor animations that I would like to stop.
The reset button in the GF UI could then call the remove objects method on the Actors and everything can be cleaned up nicely.
Thanks,
Mr Bradley



