Hello, I'm wondering if there is a way to create a mouse movement where the mouse does a left click, holds it down, then moves the mouse a random number of pixels up or down (within a range of say 30 pixels).
I understand this kind of thing: *Mouse re 100 220 ld mo -300 -200 lu Maybe something like this: *Mouse re 100 220 ld mo 0 rand(15to-15) lu I know this above line is terrible syntax and wrong in many ways..I don't know programming much at all yet...but that sort of shows something like what I'm hoping to see. But I hope to be able to have the mouse click on a control in a certain audio program, then have the mouse move randomly up or down within a certain range of pixels, then leftup. (The randomness within limits is intriguing to me because it opens some doors for somewhat random music composition, and it provides some fresh and unexpected happy surprises sometimes). Also another usage would be to have the mouse, say in a paint program, choose a random color by moving to (within a certain range of the screen, or relative to the active window) a random position before it does a left click. I'm interested in using PowerPro to move the mouse in some random ways within certain limits. Is this type of random mouse movement within certain set limits possible with PowerPro? Thank you very much for any ideas about this, frew
