попробуй так:

Код:
var sound = new Sound();
sound.attachSound("identifierName");
homeButton.onRollOver = function() {
sound.start();
};
homeButton.onRollOut = function() {
sound.stop();
};
звук нужна импортировать в библиотеку и в свойствах указать имя "identifierName"