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
I'd like to make the solid code valid only for the character.
And the enemy crosses the wall.
Thank you!
(This is the second time I ask this question. Sorry for this.)
Develop games in your browser. Powerful, performant & highly capable.
You can set a tag in Solid properties for the wall object, and use "Set solid collision filter" action to make enemies ignore solids with this tag.
And how do I make the enemies ignore the solid(Set solid collision filter)?
Change the mode to "Exclusive" on the Set collision filter action and specify the tags (of the enemies) that should be ignored.