AutoHotkey Community

It is currently May 23rd, 2012, 10:12 pm

All times are UTC [ DST ]


Search found 4 matches
Search these results:

Author Message

 Forum: Support   Topic: Need help with very simple macro...

Posted: January 30th, 2010, 8:28 pm 

Replies: 8
Views: 483


q:: ;q to start loop { if GetKeystate("F12") ; check state of F12 break click 500, 355 sleep 500 click 500, 425 sleep 500 } Return Esc::ExitApp ;Emergency Exit I already had a Macro assigned to F12 so it could not see the Key Press to stop. I Had to ReBoot to get it to s...

 Forum: Support   Topic: Need help with very simple macro...

Posted: January 30th, 2010, 6:43 pm 

Replies: 8
Views: 483


i tried running the script that i posted above, but it started and i couldn't get it to stop unless i exited AHK. how do I make it stop after its started? I also want a continue button so I can make it go again after i stop it.

 Forum: Support   Topic: Need help with very simple macro...

Posted: January 30th, 2010, 4:12 pm 

Replies: 8
Views: 483


so the script would look like this?:

Code:
loop
{
if F12
break

click 500, 355
sleep 500

click 500, 425
sleep 500
}


would that be correct?

 Forum: Support   Topic: Need help with very simple macro...

Posted: January 30th, 2010, 4:45 am 

Replies: 8
Views: 483


i want to make a script that will do this:
click at 500,355.....then click on 500,425.....with about 1/2 of a second between each click.....then loop until i tell it to stop. how do i do this?

[Title edited. Please write descriptive titles for your topics. ~jaco0646]
Sort by:  
Page 1 of 1 [ Search found 4 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group