removing weld joint problem

Anyone else have problems removing a “weld” joint?

Every time I try to remove an instance of it, it sees the removeSelf() as a nil.

I can use the myJoint:removeSelf() successfully on the other joints (pivot,friction,etc), but not the weld joint.

In the online documentation on the weld joint, it mentions that since it does not move or rotate it exposes no attributes…

does that mean it doesn’t have a removeSelf() method? [import]uid: 37876 topic_id: 7159 reply_id: 307159[/import]

If weld joint is a ‘virtual’ object, as in it doesnt have any image attached to it, and no other atributes, then setting it to nil is probably enough. [import]uid: 8872 topic_id: 7159 reply_id: 25175[/import]