
Код:
MovieClip.prototype.menu_button = function() {
this.onRollOver = function() {
trace("rollOver: "+this._name);
};
this.onRollOut = this.dragOut=this.releaseOutside=function () {
trace("rollOut: "+this._name);
};
this.onRelease = function() {
trace("release: "+this._name);
};
};
button_1.menu_button();
button_2.menu_button();
соответсвенно button_1 и button_2 кнопки на timeline