Groups | Blog | Home
all groups > flash actionscript > august 2006 >

flash actionscript : Re: attachMovie under the Mask


David Stiller
8/8/2006 7:40:08 PM
[quoted text, click to view]

Or use MovieClip.setMask();.


David Stiller
Adobe Community Expert
Dev blog, http://www.quip.net/blog/
"Luck is the residue of good design."

flatcoat99
8/8/2006 9:50:08 PM
Masks work on MovieClips, not layers, so you have to host the movieclip you
want masked inside another 'holder' movieclip. Apply the mask to the holder,
and then any movieclips you add inside that holder will be masked.
Bahaar
8/10/2006 1:09:28 AM
Thanks for the replies. I'll give .setMask() a try.

AddThis Social Bookmark Button