Monday, February 4, 2008

This is just annoying me.

MovieClip.prototype.bringToTop = new function(){
    this.parent.setChildIndex(this, this.parent.numChildren-1);
}

The whole “access a mc by its parent only” thing gets to me sometimes.

Posted by johnfn at 22:37:31 | Permalink | No Comments »