I'm trying to mask a Bitmap object with another Bitmap, but so far with actual success.
There's a jsfiddle by Lanny, but it involves a Shape object being the mask, so my questions are:
- Can you use an alpha channel from another bitmap to mask a createjs
Bitmapobject? - Is it possible to use an alpha channel from a png image as a mask?
maskcan be only aShape- www0z0k