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
Hi,
I need to get the count and the IID's of all family members actually overlapping with another.
Any idea how to achieve that?
Thank you!
I believe if you do "Object is overlapping Object", it will pick all overlapping instances. You can then get their quantity using Object.pickedCount, or loop through them with "For each Object"
That made c3 freeze, but it helps.
And how to get their IID / UID?
In a nested "For each object" loop.
Develop games in your browser. Powerful, performant & highly capable.
Ok, that seems to work :-)
Thank you.
And at least I need to know how much objects are overlapping each object at the moment.
OK, I got this.
And now I need to know which Object.IID is overlapping with Object.IID's - with multiple Objects.
Seems to be the hardest part by now :X