RE: [Flashcoders] copy mask from one clip to another

2008-02-07 Thread Jesse Graupmann

1. Create empty MovieClip ( clipC ) on same parent as clipB
2. Create BitmapData from clipA
3. Draw BitmapData to clipC
4. Set mask of clipB to clipC ( check cacheAsBitmap == true )


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Andrew
Sinning
Sent: Thursday, February 07, 2008 9:15 AM
To: Flash Coders
Subject: [Flashcoders] copy mask from one clip to another

Using AS2 in CS3, what are the rough steps that I would need to take to 
copy an image from inside one clip and use it as the mask for an 
entirely different clip?

Thanks!
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] copy mask from one clip to another

2008-02-07 Thread Andrew Sinning
Using AS2 in CS3, what are the rough steps that I would need to take to 
copy an image from inside one clip and use it as the mask for an 
entirely different clip?


Thanks!
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] copy mask from one clip to another

2008-02-07 Thread Andrew Sinning

Thanks Jesse.

Jesse Graupmann wrote:

1. Create empty MovieClip ( clipC ) on same parent as clipB
2. Create BitmapData from clipA
3. Draw BitmapData to clipC
4. Set mask of clipB to clipC ( check cacheAsBitmap == true )


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders