Jump to content

Recommended Posts

Posted

how to do it in the following image autoit

ex:

Local $search = _ImageSearch('ex.bmp', 0, $x, $y, 0)

If $search = 1 Then
            MouseMove($x,$y,0)

EndIf

without stop following image , until she disappeared.

  • Moderators
Posted

Hi, DxP, welcome to the forum. Can you please explain exactly what you are trying to accomplish? It sounds as though you are trying to track a moving object (video?). There is, almost in every instance, a better way of doing things than using ImageSearch and MouseMove.

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Posted

Yes the(MouseMove) . It serves to find the image. but it only moves once wanted him to follow up the image until it disappears

not to repeat the code

MouseMove

MouseMove

MouseMove

 

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
×
×
  • Create New...