Hi I'm newbie using autoit so please guys be gentle )
so i make a flash internet browser script it perfectly works on single pixelsearch loop ,
but I cannot make it work if I put another 2 pixelsearch is there something wrong? help
here's my script
HotKeySet ("{HOME}", "Start")
HotKeySet ("{END}", "_Exit")
While 1
Sleep(200)
WEnd
Func Start()
While 1
$colorgreen = PixelSearch ( 0,0, @DesktopWidth, @DesktopHeight, 0x00FF00)
If Not @error Then
MouseClick ( "Left" , $colorg