Thebarbarius Posted January 21, 2022 Posted January 21, 2022 (edited) Hello, I have this : Func _foundPlay() $r1 = _ImageSearch("IMG/play.png", 1, 150) If IsArray($r1) Then MouseMove($r1[0], $r1[1]) SoundPlay("musique\Ring.mp3", 0) $bPaused = True If MsgBox(0, 'Play Found', 'A button play is found !') = $IDOK Then $bPaused = False Return EndIf EndIf EndFunc But it work in ISN and if i compile it don't work. Programme not responding Can you help me please ? Edited January 21, 2022 by Thebarbarius
Recommended Posts