_root.onEnterFrame = function(){ for (i=1; i<10; i++) { _root["but" + i].onRelease = function() { this.getURL(_root["link"+ i]); } } }; }