for (i=1;i<24;i++){ duplicateMovieClip(b_copy, "b_"+i, x); temp_mc = this["b_"+i]; temp_mc.onRelease = function() { this.(действие, которое ты хочешь поцепить дублю при onRelease); } }