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 know that physics limited revolute joint work this way (if I use -45°,45° limits):
or
But I want to make it work this way:
So the initial angle limits is from another object. How can I do this? (sorry for my bad english, I hope you understand)
ok I think I found solution
lower limit: -(anglediff((parent_object.Angle+45),child_object.Angle))
upper limit: anglediff((parent_object.Angle-45),child_object.Angle)
Develop games in your browser. Powerful, performant & highly capable.
This is exactly what I was looking at trying to do. Am building a rope-like thing and it can be spawned at any angle. Since there's not differentiation between local/global in co-ordinates system, trying to figure out limited joints relative to others is a headache!