moving objects on x,y axis

vicarious's icon

Hello to everyone,

I'm new to this forum, I have tried to move an object on both axis at the same time by changing values in two slider using thispatcher object.
I can only move it in one axis at the time sending the following message:
script move $1 100.
I tried to send both x and y axis sending the message: script move $1 $2.
I also used a message box given the $1/$2 but still object moves on x axis.

Any suggestions?

Thanks in advance

vicarious's icon

Found the answer using append and prepend objects

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

You can also do it this way with [pak 0 0]

vicarious's icon

Thanks Rick...I didn't know pak object