Just wondering if this is on the to-do list somewhere, would be nice to have this condition return sometime!
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 :)
Develop games in your browser. Powerful, performant & highly capable.
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.