function blop(mc:MovieClip){ mc.onMouseDown = function() { this._y += 100; }; } for (i=1; i<16; i++) { blop(_root["mc"+i]); }