Controlling an individual position in phys.multiple

Ali-i-truc's icon
Max Patch
Copy patch and select New From Clipboard in Max.

I´m trying to control the position of individuals elements defined by jit.phys.multiple.
The idea is that everytime I select one of these elements, it starts in its original position.
Maybe it´s not possible because the way that phys.multiple is constructed.
This is the patch;

Rob Ramirez's icon
Max Patch
Copy patch and select New From Clipboard in Max.

check out the phys.multiple sendbody and sendbody_reset messages:

Ali-i-truc's icon

THank you very much, Rob.

Ali-i-truc's icon

Hi

What I´m trying to do now, it is to connect with a line, two of these individual elements.

I get the position with a ´getcell´ message. The problem is that, after the link, I don´t control the individual object anymore. What am I doing wrong? Thank you very much in advance, I´m stuck in this point.

146-multiple.maxpat
Max Patch
Ali-i-truc's icon

Ok, I have it.

I had to send a ´setcell´ message to the matrix, as the ´sendbody´ to the phys.multiple.