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
Documentation here specifies that music.ringTone() will continue to make a sound until music.stopAllSounds() is called. However, this pauses the tone but does not permanently stop it. The only way to make the tone stop is within the forever() {} loop to continuously call music.stopAllSounds() on every frame.
The text was updated successfully, but these errors were encountered:
Documentation here specifies that music.ringTone() will continue to make a sound until music.stopAllSounds() is called. However, this pauses the tone but does not permanently stop it. The only way to make the tone stop is within the forever() {} loop to continuously call music.stopAllSounds() on every frame.
The text was updated successfully, but these errors were encountered: