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