XY pad: send to different address for X and Y?

Hi folks,

I need to send the x value on the pad to a different address than the y value.

Could anyone tell me if that’s possible, and if so, what i need to do?

Thanks!

In the script xy’s property:

send("/x", value[0])
send("/y", value[1])