var volumen = 50; sonido = new Sound(); sonido.attachSound("sonidillo"); sonido.setVolume(volumen); bt.onPress = function() { sonido.start(); }