Code:
InputBox, x1, Titel, Tekst, ,375, 189, 0, 0,
InputBox, x2, Titel, Tekst, ,375, 189, 0, 0,
; ...etc.
InputBox, x25, Titel, Tekst, ,375, 189, 0, 0,
Loop,
{
ImageSearch, FoundXX, FoundYY, 12, 540, 1007, 667, C:\Documents and Settings\Mark\Mijn documenten\--bingobord\B%x1%.BMP
if ErrorLevel = 0
{
MouseClick, left, 384, 221,
x1=X
}
; ... etc.
ImageSearch, FoundXX, FoundYY, 12, 540, 1007, 667, C:\Documents and Settings\Mark\Mijn documenten\--bingobord\B%x25%.BMP
if ErrorLevel = 0
{
MouseClick, left, 587, 422,
x25=X
}
}
I fill in the numbers from the bingocard.
So for example x1 is number 02.
When its called, it clicks it and makes from x1=02, x1=X
So I want when x1 x2 x3 x4 and x5 are called, that it says bingo.
