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
Basically I want the player to commit to a jump when they hit the jump button, with very little to no in-air control.
Is there any way to adjust the level of control a player has while airborne?
if i understand what you mean, you can do this:
player is jumping ---- set player speed to 0
or
player is falling
else --- set player speed to 330
Develop games in your browser. Powerful, performant & highly capable.
I've tried that. It doesn't seem to have any effect at all for whatever reason. The player object still has the usual amount of air control.
Thanks ramones, that link gave me the tactic I needed to get it sorted.