Nanascalala Posted April 3, 2004 Posted April 3, 2004 ok, i was wondering if it is possible to change how the mouse moves. Such as, I will have a mouseclick command. And it will move the mouse to the spot then click, I want it to be instant.(Like v2, mouse click without moving to the position, just a click) Is there a setting i can change? Also, I havent been able to find the clipboard variable. I want to set the clipboard to 'blah blah' so I can just control+paste.(supa fast typing) Is it still there? or am I just blind? thanks, ive been stuck on these for a while. -Nanascalala
krclark Posted April 3, 2004 Posted April 3, 2004 MouseClick(30,30,1,0)This will not work, you need to designate which button to click first:MouseClick("left",30,30,1,0)
Nanascalala Posted April 3, 2004 Author Posted April 3, 2004 hey thanks guys! HAHA! IT WORKS! thx again -nanascalala
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now