hey,
I’ve got 3 layers…
Layer ONE
Layer TWO
Layer THREE
And I have this attachmovieclip() code…
_root.attachMovie("Character", "MainC", 1, {_x:198, _y:192});
However… it always puts my movieclip on the top-most layer… how do i make it so it puts the movieclip in “layer TWO”?
Thanks