维航 示例 里面 居然有var ani:Laya.Animator = hero.getChildAt(0).getComponent(Laya.Animator);//监听默认动画完成后播放站立动画ani.on(Laya.Event.COMPLETE,this,this.onAniComplete,[ani]);可是 实际上并没有啊。 没有 on 这个 函数了 . 要用什么代替啊?
Laya_Xq //当动画播放到百分之五十到六十之间时进行克隆if (0.6>(heroAni.getCurrentAnimatorPlayState(0)._normalizedTime-Math.floor(heroAni.getCurrentAnimatorPlayState(0)._normalizedTime))>0.5)根据动画当前播放的百分比进行判断