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
Hello, i have slight problem. i want to my jet to flythorough objects , but it must detect the colision so it will add score , how can i do this plz?
Would be as simple as:
Jet on collision with object - add 1 to score
ok on collision, is easy, but i dont want the jet to collide. I want it to flythorought
Put the object you want it to fly through on a layer above the player, then make an Event checking if that element is overlapping the Player object.
Develop games in your browser. Powerful, performant & highly capable.
This is it , so i can turn off colision now , thanks
"On collide" condition just checks whether the collision polygons of two objects has "touched" each other, it don't handle the actual collision for you.
Thank you guys, both are useful
ex32 No problem, good luck with development and most importantly, have fun!