I would like to be able to remove all joints between two given objects, automatically (rather than keeping track of each one with a named variable).
Is there a way to get the table of joints attached to a given display object In the newer builds of corona?
i.e. like myDisplayObj.getJoints()?
Or for that matter a way to get the objects that are effected by a joint?
myJoint.getObj1();
myJoint.getObj2();
I tried adding the information to the joints themselves (i.e. myJoint.obj1={object}), but to no avail.
Do I need to create a wrapper object for joints and than keep a reference to it in a table variable in both objects? [import]uid: 144151 topic_id: 26146 reply_id: 326146[/import]