animate icon indicating copy to clipboard operation
animate copied to clipboard

Warning: Masks can only be PIXI.Graphics or PIXI.Sprite objects.

Open kburke3 opened this issue 7 years ago • 2 comments

Masks are not working for me. I am publishing mask-nested-tween.fla and mask-movieclip.fla from pixi-animate-master/tests/renders/assets/_fla. Any ideas on how I can get this working?

Thank you!

screen shot 2017-12-18 at 1 09 27 pm

kburke3 avatar Dec 18 '17 14:12 kburke3

Hi, I just found this bug. Is it still the case? https://github.com/jiborobot/pixi-animate-extension/issues/13

kburke3 avatar Dec 18 '17 15:12 kburke3

pixi.js - v4.8.9 I had same issue. I'd solved it just add Before var instance3 = new lib.Symbol_1().setMask(instance2); After var instance3 = new lib.Symbol_1().setMask(instance2.children[0]);

instance2 hasn't instance instance2.children[0] has instance Graphics

dmitrymailk avatar Aug 11 '20 13:08 dmitrymailk