Share Posted April 23, 2010 Hi, does anybody know how to add a Mask image to ? For example, Than, I want to add a mask image that is always on top of the two source transformImage1 and transformImage2. Your reply is much appreciated. Link to comment Share on other sites More sharing options...
Share Posted April 23, 2010 You should be able to do it with ActionScript like: myObject.mask = myMask; Link to comment Share on other sites More sharing options...
Author Share Posted April 26, 2010 Hi, I'd like to import a PNG picture as a mask, and part of the PNG picture is transparent, I want the PNG mask always on the top of the component , such as the mask always of top of these elements. .... .... What should I do ? Would you kind to write some code as an example ? Thank you very much. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now