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
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!
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
Develop games in your browser. Powerful, performant & highly capable.
Thank you, Kyatric!