Jump to content

Recommended Posts

Posted

Hey Guys,

im very new into programming with autoit.

i got a little programm running that works fine. since i switched to a server  my program only runs as long as i got the remote control running.

i just need to control the coordinates that should skip the button after 40 seconds.

That is what need to be done.

; Double click at the x, y position of 0, 500.
MouseClick($MOUSE_CLICK_LEFT, 1413, 147, 1)
Sleep(40000)
MouseClick("left",1413,147)

 

 

i hope yall can help me.

Posted

Yeah thats what i used to find out the coordinates and the class name.

ControlClick ( "title", "text", controlID [, button = "left" [, clicks = 1 [, x [, y]]]] )

 

i tried it already with this one. i want to automate my deezer playlist. so that it skips the track after the 40 seconds.

coordinates.jpg

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...