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
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
Add a new condition and parameter like this :
1) Condition
When OBJ1 collides with OBJ2 point ("point")
2) Parameters (useful for retrieving it)
OBJ.Points.("point").X
OBJ.Points.("point").Y
I think it has been already suggested.. if I properly remember it was undoable because the most of times happens that are colliding whole object areas. It should be possible to relevate colliding zones with trigonometry, it would be a good subject for a tutorial on the new wiki.
You might be able to do that with the system condition 'object collides with point', as long as you could get the x/y of image points.
Yeah, once I get round to adding expressions to get image points, you'll be able to do this with the system condition.
Develop games in your browser. Powerful, performant & highly capable.
Thank you very much ^_^
Hi all,
Can someone point me to where the system 'object collides with point' condition is? I somehow fail to find it. Or has it been removed?
Thank you!
Apologies, this is in construct classic.
Anything similar in Construct 2 for achieving this?