• 相对于自身的坐标位移


    _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);

  • 相关阅读:
    11.29
    11.28
    11.24
    11.21
    11.17
    11.15
    11.14
    11.9
    11.5
    11.3
  • 原文地址:https://www.cnblogs.com/regalys168/p/4466035.html
Copyright © 2020-2023  润新知