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
  - holder 2 @ depth 2
  - holder 3 @ depth 3

Holder 1 (@ depth 1 in the main)
  - image 1 @ depth 1 in the holder 1
  - image 2 @ depth 2 in holder 1

Etc...



-----Oorspronkelijk bericht-----
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Namens grimmwerks
Verzonden: donderdag 1 juni 2006 15:41
Aan: Flashcoders mailing list
Onderwerp: [Flashcoders] maxDepth for dynamic movieclips?

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; what would be the best way of resetting this?
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to