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
Hi, I've been looking around but can't find a solution to this anywhere.
I want to be able to create a fixed joint between two physics objects so they act as if they were glued together (as opposed to creating a hinge where they can freely rotate). Any way to do this?
Develop games in your browser. Powerful, performant & highly capable.
Sure, create two joints instead of one.
+ System: Start of layout
-> Sprite: Create hinge to Sprite2 (image point 0) with stiffness 0
-> Sprite2: Create hinge to Sprite (image point 0) with stiffness 0
Thanks. I figured out a similar method, but hopefully this will be more stable.