AutoHotkey Community

It is currently May 23rd, 2012, 5:50 am

All times are UTC [ DST ]


Search found 5 matches
Search these results:

Author Message

 Forum: Support   Topic: Advanced (For me) macro

Posted: March 10th, 2010, 6:22 am 

Replies: 4
Views: 287


I changed a few things, to what I thought was correct. But obviously not... #Persistent sec = 10 SetTimer, label, % sec * 1000 Return label: Click 417, 422 sleep, 2000 Click 417, 422 Click 417, 422 sleep, 20000 Click 460, 489 Click 156, 692 send, :sleep {Enter} Return Added a second sleep ...

 Forum: Support   Topic: Advanced (For me) macro

 Post subject: Advanced (For me) macro
Posted: March 10th, 2010, 5:47 am 

Replies: 4
Views: 287


Alright. Here is what I'm trying to do: 1) Click twice in a spot [Have this] 2) Pause for 2 seconds [Can't do this] 3) Click another location [Have This] 4) Click another location [Have This] 5) Type in ":sleep" [Can't do this either] 6) Repeat again in 75 seconds [Have This] Here is what ...

 Forum: Support   Topic: Loops

Posted: March 9th, 2010, 8:00 am 

Replies: 6
Views: 420


That worked! Thanks!

 Forum: Support   Topic: Loops

Posted: March 9th, 2010, 6:51 am 

Replies: 6
Views: 420


I'm using now:
Code:
Click 438, 386
Click 733, 657
#Persistent
SetTimer, 200
return


Failure to work. >.> Note, 200 is only a test number. Not the actual number I'm using.

 Forum: Support   Topic: Loops

 Post subject: Loops
Posted: March 9th, 2010, 6:40 am 

Replies: 6
Views: 420


I'm wanting to loop a certain few commands every 60 seconds. How do I do this?

Code:
Click 438, 386
Click 733, 657


That's all I have right now. I just need it to loop every 60 seconds, and I'm set!
Sort by:  
Page 1 of 1 [ Search found 5 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group