• Godot Help2D
  • Can I move a scene that is placed inside another scene?

Hi all,

I have made a scene that consist of just a node2D, an Animation controller, and some sprites that I fade in and out in the animation.
All good so far, however...
If I make a new scene and want to scatter these fading objects around it, they all appear at the same spot (0,0 in this case) and dont move even if i move that actual scene file.
Any way I can place them at certain spots without animating them in that position? I also want to try to move them later, probably using another animation, is that possible?

Thanks for your help,
I really do appreciate it.

Ian.

    stubbygb Save that simple scene inside the other as its own scene, then just drag those into the new one in the editor.