hi, I work on a gallery and I want to make the thumbs to have a reflection effect so I need to mask it with a linear colur from full alpha to 0 alpha
Since I want to have gardient mask on it I cannot simply add it to a layer and convert it to Mask and since the images are loaded from an xml I have to call a Imageholder.setMask(maskInstance);
I do this but there is no fade out effect on the image… what is wrong?
Do I have to use some special includes?
I checked out tons of tutorials and source files and did just like them … but it always results a FULL visibility reflection…
Use this piece of code, itwill allow the gradient alpha masking 
mc.cacheAsBitmap = true; mask.cacheAsBitmap = true; mc.setMask(mask);
Emroni you deserve a beer
thx!
No problem mate
So where is that beer you were talking about? 
