Hi everyone,
This post links slightly to another question I posted but think many of you might like it answered separately.
I’ve got a display group holding some display objects which are created using a separate module. When moving to a new scene using storyboard, this group gets removed in the default garbage clean up. Which all works perfectly fine.
However, the group’s children (display objects) don’t get removed using their own object:removeSelf() functions.
Can anyone advise on how to run a custom function [or even their own object:removeSelf() function] for each of the display objects before the parent group cleans them out?
Thanks in advance,
Michael