6 Replies Latest reply: Nov 10, 2011 4:24 AM by Ned Murphy RSS

    addChild() display the Movie Clip outside of the parent

    joeln3 Community Member

      Hello,

       

      I use the method addChild() to add a Movie Clip intoa nother one.

       

      mc1.addChild(mc2);

       

      But once the Movie Clip is added (and the second Movie Clip is higher than the first one) then it's displayed outside the first Movie Clip. Is there a way to prevent to display outside the parent?

       

      Thanks in advance,

      Joe