Hi, how I can wait for a certain point of a sound playing?
B4X:
MPlaySound.Initialize2(Null)
MPlaySound.Load(File.DirAssets, "awesomesound.mp3")
MPlaySound.Play
Wait For MPlaySound.Position = 1000 ' -----> this does not work, syntax error
' then show animation