Re: [Flashcoders] multiple masked mcs

2009-04-12 Thread Karl DeSaulniers
Here is a sample of what I was talking about: //-- other code missing (not imp) var thumbHolder = attachMovie("holderMC", "holderMC" + i, i); thumbHolder._x = i * spacing; thumbHolder._y = 0; var thumbLoader = thumbHolder.attachMovie("thumbMC", "thumbMC", this.getNextHighestDepth()); var thu

Re: [Flashcoders] multiple masked mcs

2009-04-12 Thread Karl DeSaulniers
zondag 12 april 2009 18:01 To: Flash Coders List Subject: Re: [Flashcoders] multiple masked mcs Ok, I read the request backwards. Any DisplayObject can have 0 or 1 mask Any DisplayObject can be a mask for 0 to n other display objects. -jonathan On Sun, Apr 12, 2009 at 11:38 AM, Cor wrote:

RE: [Flashcoders] multiple masked mcs

2009-04-12 Thread Cor
2009 18:01 To: Flash Coders List Subject: Re: [Flashcoders] multiple masked mcs Ok, I read the request backwards. Any DisplayObject can have 0 or 1 mask Any DisplayObject can be a mask for 0 to n other display objects. -jonathan On Sun, Apr 12, 2009 at 11:38 AM, Cor wrote: > No, you can

Re: [Flashcoders] multiple masked mcs

2009-04-12 Thread jonathan howe
yfig.figleaf.com] On Behalf Of jonathan > howe > Sent: zondag 12 april 2009 17:32 > To: Flash Coders List > Subject: Re: [Flashcoders] multiple masked mcs > > Hi, Fabio, > > I believe it is only possible to mask with a single clip at any one time > using the DisplayObje

RE: [Flashcoders] multiple masked mcs

2009-04-12 Thread Cor
...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of jonathan howe Sent: zondag 12 april 2009 17:32 To: Flash Coders List Subject: Re: [Flashcoders] multiple masked mcs Hi, Fabio, I believe it is only possible to mask with a single clip at any one time using the

Re: [Flashcoders] multiple masked mcs

2009-04-12 Thread jonathan howe
Hi, Fabio, I believe it is only possible to mask with a single clip at any one time using the DisplayObject.mask property (note that this accepts only type DisplayObject and therefore does not accept Arrays, etc.). There is nothing stopping you from making a composite sprite that contains all the

[Flashcoders] multiple masked mcs

2009-04-12 Thread Fabio Pinatti
Hello list, straight and forward, sorry if the question is stupid: In flash timeline, I can mask any elements as I wish, with just a single mask. isn't it possible with actionscript? I know, I can add everything to a holder movieclip and mask it, but there's nothing like setup a mask property to s