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.