Switching Between Two Touch Arrays Without Losing Position?

Hey, I’m having trouble setting separate points for the Windows Touch Array.

I have two XY matrixes and I’d like to switch between them using the Select Child node. However, I don’t know how to achieve the effect where I set matrix 1 to a certain position, then switch to matrix 2 and set it to another position, and then switch back to matrix 1, which should still be in the position I originally set before I fiddled with matrix 2.

Can you help me with this?

XY_matrix_hotbox_windows_touch_pion.dfx (192.8 KB)

Hi,
array_element_extractor.dfx (11.5 KB)

I think you want to try using the Array element extractor node, which lets you get information about one specific element (in this case touch position) of the array node.

You can then use your select child node to help choose between these points.

I hope this helps, if not, please could you send an email to support?