External Layer clarification

I’m working on the Breakout tutorial. I have added and external layout named Layout1 and I have included it with “New Scene”. The ball and paddle are in the “NewScene” tab and the bricks are in the “Layout1” tab. If I preview the game from within the “Layout1” tab it displays everything as I would expect however, if I preview the game from within the “NewScene” tab it displays only the ball and paddle. I am guessing that when the game is compiled, “NewScene” is the first scene executed and that “Layout1” was included into “NewScene” so that everything will be displayed at run time. Is this correct?

Add Layout1 as a Layer above Base Layer in the NewScene then in events add
Create External layouts “Layout1”

See in my game I have this External Layouts

Added in Layers

Then at the begin of the scene create the externals

Thank you UlisesFreitas. I will try that. I just started using gDevelop today so everything is new to me but it is interesting. Thanks again for you help.

Hi take a look here I made this for new users so there is a lot of useful links there.