for(i=0; i<10; i++) { _root.createEmptyMovieClip("logo_mc_" + i, this.getNextHighestDepth()); _root["logo_mc_" + i]._x = my_x; }