DragonBonesJS icon indicating copy to clipboard operation
DragonBonesJS copied to clipboard

Autoplay when is added to clock

Open rtalon83 opened this issue 5 years ago • 1 comments

My Situation:

  1. Parse and load normally a dragonbones, no errors, no problems.
  2. add to stage (PIXI), no errors, no problem.
  3. When I add the armature to WorldClock.add(animatable) the only animation in my armature is playing automatically, why???
  4. If I change to PixiFactory.clock.add(animatable) same behaviour, why????

I want to add the animation without play, How???

rtalon83 avatar Apr 08 '19 06:04 rtalon83

If you have a armature inside another armature and then add to clock the second armature is playing.

rtalon83 avatar Apr 08 '19 07:04 rtalon83