Ragdoll - software to produce one? (output images & lua code)

Is there some software that would allow you to produce a ragdoll figure in Corona? 

That is:
* graphically add the body parts images & line them up

* connect the body parts images (e.g. bones)

* but then produce both:

   a) LUA code ready to code to hang it all together (with all the addBody, addFrictionJoint code that ties the images together to form the ragdoo)

   b) images (well I guess you already have these)

Hello. Check Level Helper. It allows to create levels and joints using drag and drop

and outputs the LUA code you then need?   (will have a look - have been using Sprite Helper 2 which is great, however seems skeletel animations export to coco2d but not corona yet, but I’m clarifying this)

LevelHelper generates something like a XML file, and you use the LevelHelper API to load it into your project. You wont get lua code with coornidates. But you can access the objects and do anything you need.

Hello. Check Level Helper. It allows to create levels and joints using drag and drop

and outputs the LUA code you then need?   (will have a look - have been using Sprite Helper 2 which is great, however seems skeletel animations export to coco2d but not corona yet, but I’m clarifying this)

LevelHelper generates something like a XML file, and you use the LevelHelper API to load it into your project. You wont get lua code with coornidates. But you can access the objects and do anything you need.