DragonBones / DragonBonesJS

DragonBones TypeScript / JavaScript Runtime
MIT License
746 stars 320 forks source link

Autoplay when is added to clock #98

Open rtalon83 opened 5 years ago

rtalon83 commented 5 years ago

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 commented 5 years ago

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