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
Our educational partners
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
Just wondering if this is on the to-do list somewhere, would be nice to have this condition return sometime!
Develop games in your browser. Powerful, performant & highly capable.
Sounds interesting. What is it?
Detects whether or not an object with the platform behavior is touching a wall to the right or left. You can use detectors in the meantime but yeah..would still be nice to see this in C2 :)
Tokinsom: Yeah I always used detectors, or -x and X positions relative to the wall. This would definitely be of huge help. I believe it could implemented as a behavior?
Construct Classic also has a "Overlap by Offset" condition that can easily serve this purpose. It's something I've kinda been wanting to see in C2 as well.
Will try to get in a future build!
Yeah, I miss it too. I think this is more versatile than the Overlapping Left or Right.
Yeah noticed overlap at offset missing the other day. Its actually kinda annoying to implement using compare x or y.