Merge Scene

Hi is it possible to add the content of a scene to another scene and how do I do it.
Thanks for answers.

I guess so, but it seems like a can of worms.

sprite.removeFromDisplayList();
sprite.removeFromUpdateList();
sprite.removeInteractive();
sprite.removeAllListeners();

sprite.scene = secondScene;

sprite.addToDisplayList();
sprite.addToUpdateList();