You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write a program that plays a sound / music in a loop with audio.playMusic( name, volume, loop=1 ) (that is: set the loop parameter to 1). Probably also works with a sufficiently long sound.
Start the program in the IDE (with the "play" button)
Pause the program in the IDE (the sound stops)
Resume the program in the IDE
Expected:
The sound / music resumes at the point it was paused
Found:
The sound / music is not resumed
I also did not find a callback or a way to tell if the program was paused / resumed.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
audio.playMusic( name, volume, loop=1 )
(that is: set the loop parameter to 1). Probably also works with a sufficiently long sound.Expected:
Found:
I also did not find a callback or a way to tell if the program was paused / resumed.
The text was updated successfully, but these errors were encountered: