Summary
When you load a music file with success, reading property IsPlaying return True
var c as new AudioPlayer
If c.LoadFile("sound.mp3") Then
print("State playing = ",c.IsPlaying)
End If
Objo Studio Version
Last version
Operating System
macOS Tahoe
Select the operating system(s) affected as tags for this post.
Steps To Reproduce
Expected Result
Return False
Actual Result
Call c.Stop() before reading property
Screenshots, Logs, Or Sample Project