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
Why is it not possible to test if a 9-patch object is overlapping or being overlapped by another object? This is creating a difficult work-around process to isolate a specific 9-patch instance based on where it's located in my map.
Bump!
Develop games in your browser. Powerful, performant & highly capable.
Technically it is because it is an object that is closer to the Tiled Background (that does not have collision checks) than to a sprite.
You can test if another object is overlapping it. A sprite, in its "On collision" or "Is overlapping" condition will allow you to check if the 9Patch is being overlapped.
As usual, to make a feature suggestion consider checking : construct.net/en/forum/construct-3/general-discussion-7/where-to-report-bugs-post-sugg-128538
Thank you, Kyatric!