Re: [Flashcoders] maxDepth for dynamic movieclips?

2006-06-04 Thread Tyler Wright
You'll love using the XT DepthManager - plus if you read the comments on the classes static properties there are exact (verified) numbers for max and min depths supported by the Flash player. You'll find the class at http://codext.com/code/6 Tyler On 6/1/06, Zimmen <[EMAIL PROTECTED]> wrote:

Re: [Flashcoders] maxDepth for dynamic movieclips?

2006-06-02 Thread Peter Gehring
Make sure to old instances that aren't visible. Quick test tells me that you can make addressable clips and attach movies at depths over 1,000,000 ... make sure to remove your unused clips. On 6/1/06, Merrill, Jason <[EMAIL PROTECTED]> wrote: >>I've got an app that's a glorfied slideshow, slo

RE: [Flashcoders] maxDepth for dynamic movieclips?

2006-06-01 Thread Merrill, Jason
>>I've got an app that's a glorfied slideshow, slowly adding mc's and >>gettingNextHighestDepth() -- at some point I'm assuming it will get to >>the maxDepth; So at max depth you're going to have 16,000 movie clips? Hmm. Just change out the graphic in the clip - then you only need to use a few d

RE: [Flashcoders] maxDepth for dynamic movieclips?

2006-06-01 Thread Bernard Visscher
Well, I think the max depth is a 16bit integer, so the max would be 2^16 about 64k. But when you reach that I think the client will run out of memory ;) But lets say you would like to do that, you could also have a few "holders" that all start at depth 1: mainMovie: - holder 1 @ depth 1 - hold

Re: [Flashcoders] maxDepth for dynamic movieclips?

2006-06-01 Thread Zimmen
Well, when you have a slideshow that shows clips one after the other then you only really need 2 depths don't you ... If not, perhaps some sort of depth manager that keeps track of used and unused depths... - Original Message - From: "grimmwerks" <[EMAIL PROTECTED]> To: "Flashcoders