datkewlguy Posted January 6, 2005 Posted January 6, 2005 ok im doing that mouse arrow thing and i have all the diagnal mouse directions working for the arrow keys except when i tell it to go north-west it goes south-east, all combinations of + and - seem to have no affect on this one...any ideas? heres what it looks like: Func nw() $pos = MouseGetPos() MouseMove($pos[0] - $sp, $pos[1] + $sp, 1) EndFunc
datkewlguy Posted January 6, 2005 Author Posted January 6, 2005 finally figured it out! huzzah! check it out in the scripts and scraps section, called mousekey 2.0
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