DragonBones / DragonBonesJS

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

Error on demo coreElement with PixiJS #124

Open yordanisgomez opened 4 years ago

yordanisgomez commented 4 years ago

Hello, I just download and build the demos with PixiJS v 4.8.8 and found an error on "coreElement" demo: When jump the first time everything is fine with the fire, but when jump the second time there is no fire. Is this a bug from the demo or from the lib ?

There is an other little problem in this demo code: on line number 203: this._weaponL.display.off(dragonBones.EventObject.FRAME_EVENT, this._frameEventHandler, this);

it should be: this._weaponL.display.on(dragonBones.EventObject.FRAME_EVENT, this._frameEventHandler, this);

Thanks in advance!

yordanisgomez commented 4 years ago

I try with Pixi v 5.02 and the problem were fixed.