I have a chain
All points are:
physics.newJoint( “distance”, link[#link], link[#link -1], link[#link].x,link[#link].y, link[#link-1].x,link[#link-1].y )
1 is free,2 links to 1,3 links to 2,and so…
I want to do the following effect.
When a touch the screen i want to start to drag the first point or the last and the rest follow the direction.
I think there is a “touch joint” but how do i change the type?
is that the way? [import]uid: 113117 topic_id: 23654 reply_id: 323654[/import]
