Last updated 5 months ago
How can I add music to my game?
Hi Monica,
You first need to load the sound using the loadSound() function. Then you can play the sound, pause the sound and stop the sound. Take a look at the example under the reference page for stopSound() to see an example.
Become a free member to post a comment about this question.