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
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.