This allows games to create dynamic nodes, i.e. asteroids moving from right to left (placing one "original" asteroid outside of the screen, with on_timer_timeout and a random condition duplicate it and add it to a group, and then move all nodes in that group to the left until leaving the screen, then remove the node)