
Код AS1/AS2:
function push_the_button() {
trace(this._name);
lastPressed.enabled = true;
lastPressed.gotoAndPlay("_up");
lastPressed = this;
lastPressed.enabled = false;
//mcl.loadClip(this.param+'.swf',box);
var mcl:MovieClipLoader = new MovieClipLoader();
mcl.loadClip(this.param+'.swf',_parent._parent.images_cont);
}