_root.createEmptyMovieClip('lines_mc', this.getNextHighestDepth()); lines_mc.lineStyle(1); lines_mc.moveTo(x, y); lines_mc.lineTo(x+x, y); //и так далее