datkewlguy 0 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 Share this post Link to post Share on other sites
datkewlguy 0 Posted January 6, 2005 finally figured it out! huzzah! check it out in the scripts and scraps section, called mousekey 2.0 Share this post Link to post Share on other sites