Sound You can use the engine.playSound(src) method to play sounds. You just provide the source. Keep in mind that a lot of modern browsers block sound without user interaction. To stop sounds, you can use the engine.stopAllSounds() method.