Seedorf Posted March 19, 2006 Posted March 19, 2006 Hi Im new to this software so for you I think it should be easy. My question is that im wondering what you mean with this "MouseClick("left", 736, 534, 3, 2)". I understand that it will click at X= 738 and Y=534 but what are 3 and 2? Pleaze help a friend out
nfwu Posted March 19, 2006 Posted March 19, 2006 There is such a thing as an AutoIt help file. MouseClick -------------------------------------------------------------------------------- Perform a mouse click operation. MouseClick ( "button" [, x, y [, clicks [, speed ]]] ) Parameters button The button to click: "left", "right", "middle", "main", "menu", "primary", "secondary". x, y [optional] The x/y coordinates to move the mouse to. If no x and y coords are given, the current position is used. clicks [optional] The number of times to click the mouse. Default is 1. speed [optional] the speed to move the mouse in the range 1 (fastest) to 100 (slowest). A speed of 0 will move the mouse instantly. Default speed is 10. Return Value Success: Returns 1. Failure: Returns 0, the button is not in the list. Remarks If the button is an empty string, the left button will be clicked. If the user has swapped the left and right mouse buttons in the control panel, then the behaviour of the buttons is different. "Left" and "right" always click those buttons, whether the buttons are swapped or not. The "primary" or "main" button will be the main click, whether or not the buttons are swapped. The "secondary" or "menu" buttons will usually bring up the context menu, whether the buttons are swapped or not. #) TwitterOut of date stuff:Scripts: Sudoku Solver | Webserver | 3D library (Pure AutoIt) | Wood's GadgetsUDFs: _WoodUniqueID() | _DialogEditIni() | _Console*() | _GetIPConfigData() | _URLEncode/Decode()
Valuater Posted March 19, 2006 Posted March 19, 2006 (edited) 1Welcome to the Forums23= how many clicks, 2= how fast the mouse moves to the position3to learn alot quickly... go herehttp://www.autoitscript.com/forum/index.php?showtopic=21048#8) Edited March 19, 2006 by Valuater
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