[Only registered and activated users can see links. Click Here To Register...]
As What you can see in the image above i need to detect the circle shape but the problem is its the same color as the background so i can't detect it.
This is the code i use :
can you help me or give me a code that can detect the circle shape ?
thanks in advance sir/madam.
Ps. Please answer back in english i can't understand any language other thank english. thank you.:handsdown:
As What you can see in the image above i need to detect the circle shape but the problem is its the same color as the background so i can't detect it.
This is the code i use :
Code:
#cs ----------------------------------------------------------------------------
AutoIt Version: 3.3.0.0
Author: Chris10Lyn Symbianize
#ce ----------------------------------------------------------------------------
#include <GUIConstantsEx.au3>
HotKeySet ("{F5}","_Exit")
While 1
$pixel = PixelSearch(278,309,432,405,0x2C2C2C)
If IsArray($pixel) = True Then;
MouseClick('left', $pixel[0], $pixel[1], 1, 0);
EndIf
WEnd
Func _Exit()
Exit
EndFunc
thanks in advance sir/madam.
Ps. Please answer back in english i can't understand any language other thank english. thank you.:handsdown: