for (i=0;i<maxValue;i++) { _root.attachMovie ('button','button'+i,i); _root['button'+i].onRelease = function () { getURL ('page'+i+'.html','_blank'); } }