Stopping Sound
in
Core Library Questions
•
1 year ago
What is the best way for stopping sound?
I used
-
Sound.loop(0);
The sound is stopped but after moment the compiler shows this problem:
NegativeArraySizeException
And the program will stop ‼
1