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, how do I check if an X / Y coordinate is colliding with another object?.
My sprite has several image points that I need to know if they collide with another object
Assuming that your character is a Container and has several Sprites that make it up you can refer for example to the Sprite -> LeftArm and check if this overlaping is Enemy then you do damage
My sprite is just a graph. I want to check if certain (X / Y) coordinates collide with another graph, I want to know if these coordinates are producing a collision with object X.
Develop games in your browser. Powerful, performant & highly capable.
Ok I have solved it by placing an object of 1 wide and 1 pixel high in the coordinates that I need to check.