Soft edge mask?!
:puzzle:
How to do it?
Do you need filters or AS?
Have no clue!
Thanks
:thumb:
_http://www.learnflash.com/wp/2006/using-transparency-with-masks/
Mask should be applied via ActionScript
No need in tutorials, it's a three line code
mask_mc.cacheAsBitmap = true;
masked_mc.cacheAsBitmap = true;
masked_mc.setMask(mask_mc);
#If you have any other info about this subject , Please add it free.# |