Works
but i want to understand what it do exactly
my MovieClip is the entire "termini" movieclip, right?PHP Code:var myClip:MovieClip = e.currentTarget.parent as MovieClip;
but myClip.parent.parent.root i don't understand at what refers to
and in any case, if i want to climb up until the root, isn't more correct write "(root as MovieClip).getChildByName("..... " ) ?





Reply With Quote