Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
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
Can I make a sets of sprites have different solid behavior for different sprites?
e.g.
Sprite A is solid to Sprite B.
Sprite A
Sprite B
Sprite C is solid to Sprite D.
Sprite C
Sprite D
And maybe some sprites are solid to some only if some instance variable is set.
You can set different tags for different solids and use "Set solid collision filter" action.
Cheers dop2000,
Where is that filter?
Found it! It's hidden away in the Misc section. Of course.
Am I using it wrong? I'd have thought that these wouldn't collide because they have different tags:
Did you change their tags in the properties panel?
If you're looking to disable On Collision events with filters I don't believe the Solid tags handle that
On Collision
Develop games in your browser. Powerful, performant & highly capable.
Aye. One was A C and the other B. The still fired the collision event.
A C
B