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.
If the coloured objects are different frames of the same object you could check animationframe.
Develop games in your browser. Powerful, performant & highly capable.
ash1221
You could use the canvas plugin too.