AutoHotkey Community

It is currently May 26th, 2012, 9:42 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: September 21st, 2009, 8:11 pm 
Offline

Joined: September 14th, 2009, 11:46 pm
Posts: 27
What am i doing wrong here, i want to search different location everytime i loop which i got variable DN adding 1 every time it goes through the loop part working, but my imagesearch is not working after the first search X1,Y1,Z1,Q1.

is X%DN% right? for X1, X2, X3....as it loops and DN value changes?


Code:
   
   X1 = 156   X2 = 325   X3 = 493   X4 = 663   X5 = 839
   Y1 = 27      Y2 = 27      Y3 = 27      Y4 = 27      Y5 = 27
   Z1 = 287   Z2 = 460   Z3 = 628   Z4 = 796   Z5 = 970
   Q1 = 295   Q2 = 295   Q3 = 295    Q4 = 295   Q5 = 295
   ImageSearch, OutputVarX, OutputVarY, X%DN%, Y%DN%, Z%DN%, Q%DN%, c:/FightDog.bmp


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 21st, 2009, 8:21 pm 
Offline

Joined: August 14th, 2009, 2:40 pm
Posts: 237
Location: Finland
At least you have to write it like this:

Code:
X1 = 156
X2 = 325
X3 = 493
X4 = 663
X5 = 839
Y1 = 27
Y2 = 27
Y3 = 27
Y4 = 27
Y5 = 27
Z1 = 287
Z2 = 460
Z3 = 628
Z4 = 796
Z5 = 970
Q1 = 295
Q2 = 295
Q3 = 295
Q4 = 295
Q5 = 295
ImageSearch, OutputVarX, OutputVarY, X%DN%, Y%DN%, Z%DN%, Q%DN%, c:/FightDog.bmp


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 21st, 2009, 8:23 pm 
Offline

Joined: September 14th, 2009, 11:46 pm
Posts: 27
Ahh Ok thanks.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bing [Bot], BrandonHotkey, JSLover, patgenn123, rbrtryn, virpara, Yahoo [Bot] and 58 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group