this.createEmptyMovieClip ("mc2", 0); mc2.createEmptyMovieClip ("mc3", 0); mc2.mc3.b = function (arg) { trace (arg); }; c = _root.mc2.mc3.b; c (3);