А вообще ничего не говорит-молчит! Т.е может я где-то ошибся,вот посмотрите:

Код:
button.onRelease = function() {
_global.counter<5 ? _global.counter++ : _root.gotoAndStop(2);
this.gotoAndPlay(2);
button.enabled = false;
var my_sound:Sound = new Sound();
my_sound.attachSound("PAD");
my_sound.start();
};