Question
How to define a layer
say i have created a movieclip
_root.createEmptyMovieClip("myLine",0);
how do i define what layer it starts on?
because im making a paint, and i want a fast and easy way to make it below the paint color panel layer.
_root.createEmptyMovieClip("myLine",0);
how do i define what layer it starts on?
because im making a paint, and i want a fast and easy way to make it below the paint color panel layer.