onEnterFrame=function(){ for(k=0;k<_root.colichestvo+1;k++){ this[k+"sat"].k = k; this[k+"sat"].onPress=function(){ trace(this.k); } } }