Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
Sorry, I posted it in the wrong place. Moved to construct 2 questions
Can solid behavior only interact with objects on the same layer?
I love Construct 3!I am using a two layer scenario with different scales to create the depth effect. In each of them there is a tilemap using solid behavior and enemies using moving platform behavior. But enemies in the back layer collide with the tiles in the front layer. Is there a way to restrict the area of action of the solid only to objects that are in the same layer?
Develop games in your browser. Powerful, performant & highly capable.
Yes, there is a feature in C3 called solid filtering. You can assign different tags to solid objects, and include/exclude solids with a certain tag for each object (player, enemies, NPCs etc.)