升级到cocoscreator2.0.7及以上版本 使用龙骨动画,无法接收到complete回掉

注册事件动画

       this.armatureDisplay = this.dragonNode.getComponent(dragonBones.ArmatureDisplay);
       this.armatureDisplay.addEventListener(dragonBones.EventObject.START, 
       this.animationEventHandler.bind(this), this);
       this.armatureDisplay.addEventListener(dragonBones.EventObject.COMPLETE, 
       this.animationEventHandler.bind(this), this);

播放事件动画

this.armatureDisplay.playAnimation("stop", 1);

恳请引擎组各位大大,提供帮助

@BigBear

不要重复建帖,在你 https://forum.cocos.com/t/2-0-8-complete/73389/2 这个帖子里面进行沟通