Jump to content

Problem with musique


Recommended Posts

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
Link to comment
Share on other sites

  • Thebarbarius changed the title to Problem with musique
  • Jos locked this topic
Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...