Jump to content

Recommended Posts

Posted

I'm using the line "MouseClick("Left", 880, 414)" to make the mouse click a certain location. It moves from place to place kinda slow. How can i make it move instantly from click to click?

thx

Posted

From Help:

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 (default).

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.

So except of setting the speed to 1 (default is 10) I don't know what else you can do.

SNMP_UDF ... for SNMPv1 and v2c so far, GetBulk and a new example script

wannabe "Unbeatable" Tic-Tac-Toe

Paper-Scissor-Rock ... try to beat it anyway :)

Posted

From Help:

So except of setting the speed to 1 (default is 10) I don't know what else you can do.

thx, after posting that i searched the forums and found that in an old discussion. Setting the last parameter to "0" is instant. I tried it and it works.

Thx again for responding.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...