[Solved] Quick zorder question

Hi all, I have a menu offscreen in the scene on a different layer than “” that I tween in without leaving the scene. I’m not creating any of the menu objects in events. So since I’m not creating any of the objects in events when the game is running, do they keep the zorder I have given them in the editor? Actually in general do all objects you have in the scene editor keep the zorder you gave them and you only need to specify zorder for creating objects in events?

Yes, and you can confirm this by using the debugger and checking the z-order of an object.

1 Like

Thanks for the quick reply