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.
Develop games in your browser. Powerful, performant & highly capable.
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
Aye. One was A C and the other B. The still fired the collision event.
A C
B