I understand that the entertree() function is called when a node enters the scene tree and while this node is inside the tree, the child nodes of this node have not yet entered the active scene. While of the ready() function I understand that it is called after the call to the _entertree() function and ensures that all child nodes have entered the scene tree. The thing I want to understand more though, is the scene "active" when I press "play"? And then the root node of a scene enters the scene tree when play starts? Could you please clarify these concepts for me? I'm a bit confused about this