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
Hey,
I want to create a plattform game with a rolling character. If I use the physic behavior the character is moving way to slow and is very dull.
How to keep the physic behavior but reduce the idleness?
Thanks!
it's not the physics behavior normal behavior ... Try to use some high forces/impulses on the player ...
Develop games in your browser. Powerful, performant & highly capable.
Impulse, which is a one shot deal, should be 50 - 100+ for good effect.
Force, which is added over time, should be much less, like 1-3 or something (I've played more with impulse than with force)
Also try tweaking velocity if you want some stable speed ...