Search code examples
actionscript-3flashmaskmovieclipstarling-framework

How to add flash display movieclip to starling sprite?


I use starling framework, and I want to add flash.display.MovieClip to starling sprite?

I want to use mask on starling sprite, but I nothing found how to do this. That's why I want to use flash.diplay.MovieClip's mask method.

Thank you for your replies!


Solution

  • You could flatten the movieclip by drawing a 'normal' movieclip with mask to a Bitmap and use that as child inside the starling movieclip.