相对于自身的坐标位移

_local4 = new Point(960, (((1080 / 2) - (stage.stageHeight / 2)) + 74));

_local5 = this.cover_mc.globalToLocal(_local4);

//  -71 表示相对于自身父组件的坐标

this.tu.moveTo(this.cover_mc.logo_mc, -71, _local5.y, 0.9);
this.tu.animateToBeginning(this.cover_mc, 1, this.coverOutHandle);

原文地址:https://www.cnblogs.com/regalys168/p/4466035.html