Hi All,
I am using the below code to generate Empty Movie Clips on the Fly. I am making a drawing application using beginFill and endFill statements. And every brush stroke is added in a new movie clip. Is there any method through which a set of movie clips can be combined to a single movie clip. Or is there any other workaround for this situation.
var id = ++this.ldepth;
var mc = this.drawingPane.createEmptyMovieClip("$"+id,id);
Please Help!!!