why i cant place objects underneath others

app.box.com/s/8b3rn76ecpdwj2ujyfxnostyx2j2eir7

s1 and s2 must be under 1 and 2 objects ,their Z is lower than them but i couldnt make it. and if you play the project, the objects suppose to be under , sometimes flashes. just trying to do simple things but cant understand why it is hard in GD

for info, s1 and s2 are for collision .they ll have different collision masks so when they collide ,object and they ll be destroyed.

S1 and S2 placed in the scene has a lower Z that 1 and 2, when you create new instances, the default Z value is 0, so you have to modify it in the actions, it should be:


Note the actions to modify the Z order :slight_smile:

oh ok, new spawnings dont have same Z as we gave them in the scene ,thanks! :smiley: