Hello I am new to Construct 2, but have used game maker before. I have searched around and to no avail found help on what I am stuck on. In the game I am creating the player has the choice to "spawn a character." Once spawned the character will drop with gravity to the floor. That's all fine. My problem is I do not know how to make the system or character check below them. For instance if their is a solid floor below them, then they can spawn and drop. If another non solid character is below them they can not. I was thinking maybe distance, but i don't know how to use it in this case.
Also there is "air" between the instances. The character is at the top and the floor is at the bottom and another character can be anywhere in between that.