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
I was wondering if there was a condition check to see if an obect is colliding with anything, not just one specific object. I could do a million OR statements for every object in my game, but that would be very time consuming.
Thanks.
Develop games in your browser. Powerful, performant & highly capable.
On the Projects tab look for "Family", add all the objects to that family. And then on your conditions in the eventsheet, you can select the whole group in one event
Another way, if your program allows for it, would be pinning a collision-detection-sprite to each and every object and checking for collision with that sprite.