Something like this
#include <ImageSearch.au3>
HotKeySet("S","Start")
$X=0
$Y=0
Func Start()
$Search=_ImageSearch('5212883.bmp', 0, $X, $Y, 0)
If $Search=1 Then
MouseMove($X, $Y, 10)
EndIf
EndFunc
while 1
Sleep (100)
WEnd
trying to move the mouse to any particular bmp or png.