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
is it possible to get a condition that tests if your standing on a platform? like the "Is on ground".
Why don't you just add your platforms to a "platforms" family and check if the character overlaps at offset (0,1)? That's what "is on ground" is essentially.
yeah I guess I could just do that +on ground, +not overlapping solid at offset.
I just thought it might be nice to add though
Develop games in your browser. Powerful, performant & highly capable.
Well, how would you otherwise define what's the 'ground' and what's a 'platform'? Constructs platform behavior just queues whether or not your char is standing on a solid or not.
Families are great for this.