blah Posted December 18, 2009 Posted December 18, 2009 ok so on my macro that i made it goes MouseClick("left",367,214) Sleep(2000) MouseClick("left",817,543) Sleep(2000) but when it moves mouse it drags it instead of instant move to that postition which it did with a macro a friend sent me but i cant see wat im doing wrong so yere if u could help it would be great
Malkey Posted December 18, 2009 Posted December 18, 2009 The really, really best idea is to read the help file. That's what I did. MouseClick("left",367,214,1,0) Sleep(2000) MouseClick("left",817,543,1,0) Sleep(2000)
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