Jump to content

Recommended Posts

Posted (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 by Thebarbarius
  • Thebarbarius changed the title to Problem with musique
  • Jos locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...