Slava Troitsky
Slava Troitsky
Don't know if i should post it here, but maybe someone will find it here and it will save his day. I'm trying to add animated character from mixamo.com to...
### Current Behavior I found strange behaviour with pixi EventBoundary. There is a memory leak in my app. And investigation showed that the only thing that is holding my displayobjects...
Tooltips overlap when using on parent->child And i managed to solve it with: ``` public function showTooltip(e:MouseEvent) : Void { e.stopImmediatePropagation(); ```
It's just a question about why not calling refresh() in setter of src and bitmapData insted of adding refresh() each time in user's code. I don't think someone would need...
Hi! Is there any way to set hitArea for Button widget? Now i'm doing it like this: In xml: ``` ``` In code: ``` var shape : Sprite = new...