Set all the layers' visibility to Invisible. The quickest way to do this is by selecting these actions we added on the On start of layout event and then right click to copy them.
Right click anywhere on the Touch event and select paste. Double click the action System: Set layer visible and change the Visibility to Invisible. Do this for the remaining layers.
Add two more System events: Wait and Go to layout. Set the wait time to 0.3 seconds and select Game for the Go to layout.
Save your project and run the Intro layout.
[page="
The Game layout"]
The Game layout
Now we will start adding the necessary sprite objects on the Game layout. I will not go into too much detail on how to do this since you have already done this for the Intro layout.
N.B. Sprite objects that are already in the Objects folder can be dragged onto the Game layout.
Click the Game layout and add 5 more layers. Name these layers accordingly.
-Background (layer 0)
-Midground (layer 1)
-Enemies (layer 2)
-Player (layer 3)
-Foreground (layer 4)
-HUD (Heads Up Display) (layer 5)
If you are using the Free version of Construct 2, then you know that there is a 4 layer limitation. I recommend putting the Midground layer sprite objects on the Background layer and the Foreground layer sprite objects on the HUD layer.
-Background (layer 0) - Sprite objects on the Midground layer go on this layer
-Enemies (layer 1)
-Player (layer 2)
-HUD (layer 3) - Sprite objects on the Foreground layer go on this layer