Open artgramsoft opened 6 years ago
below code is not working in DragonBonesEvent.ts
this._armatureDisplay.addDBEventListener(dragonBones.EventObject.COMPLETE, this._animationEventHandler, this);
sick, change COMPLETE to LOOP_COMPLETE may work
below code is not working in DragonBonesEvent.ts
this._armatureDisplay.addDBEventListener(dragonBones.EventObject.COMPLETE, this._animationEventHandler, this);