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
I got my player stuck into walls and ceilings during mid air jumps when changing animations...
Being a collision problem, can you guys suggest me a tutorial about collision common practice for platformers?
Develop games in your browser. Powerful, performant & highly capable.
Make sure the collision box is the same for all frames in your animation.
A good practice is to use an invisible object for your player and pin your actual animated character to it.
Make sure the collision box is the same for all frames in your animation. A good practice is to use an invisible object for your player and pin your actual animated character to it.
problem solved, thank you!