If you've an SCANode that is already running (you've added composites and started the node) and then you add additional composites there doesn't seem to be any way to start just those newly added composites. I can call SCANode.start and that kind of works but it starts all the existing already started composites as well so makes a bit of a mess duplicated various things. Is this something thats planed to be fixed or should I go ahead and add a way to do this?
...ant