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 world,
in the new game i am trying to make i will need to be able to detect colision happenning by color. Is there any way to do this yet in Construct-2. I have tried thinking of a way to do it with Thin line like objects but the terrain keeps on changing. Is there any way for c2 to check color ?
You can just use variable ints that are linked to each terrain colour state, 1=Red, 2=Blue etc.
Develop games in your browser. Powerful, performant & highly capable.
If the coloured objects are different frames of the same object you could check animationframe.
ash1221
You could use the canvas plugin too.