control mouse movement and clickking
Hello, time ago in max 5 I created a patch with which I made the mouse pointer move on the screen in random positions, and I could also simulate the right and left button clicks. With version 7 I can't, is there a way?
this was the path in max5 , thanx :
you are sending commands into empty space.
There is outlet but where does it connect to ?
You couldn't have moved mouse without
external that did the job.
there are 3 options
1. message :
;
max pupdate $1 $2
send a list with x y coordinates, that will send mouse pointer to that location.
when we are at messages to max, one can also hide and show cursor :
;
max showcursor
or
;
max hidecursor
--------
2. get original mxj_autobot that you used in that patch
and test if it works on your max/os combo (it is java based)
--------
3. try 11clicks external
http://www.11olsen.de/code/max-objects/11clicks
Thanx, 11click external works very well!
Hi,
Have you tried to export a stand-alone application with using autobot or 11click by any chance, please?
I have a problem with Privacy & Security on Mac. Even if I enable it in the System Preferences, the mouse doesn't move in the stand-alone version (it does within Max). Any hint, please?
Thank you!