for (i=0; i<=13; i++){ this["b" + i].i = i; this["b" + i].onRelease = buttonClick; } function buttonClick() { description.txt.text = _root.xmlObj.firstChild.childNodes[this.i].attributes.description; }