I am creating a ragdoll game without gravity and with constraints, I want to use the bone tool in flash as3.Is it possible to embedded in a bone tool in Actionscript 3? I can’t find a good source in google. Please help guys..
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would recommend you use another physics engine that you just include through actionscript, like Box2D
Correct me if I’m wrong, but I suspect that the Bone tool just exports plain animations, so the inverse kinematics are not actually accessible from the Flash Player.
CORRECTED: I was actually wrong: Manipulating springs of an inverse kinematics bone for animations. I’m sticking with my recommendation that you use a physics engine, though.