Re: [Flashcoders] RE: getDepth: highest depth, middle depth, lowest depth

2006-03-09 Thread Flash Mel
Thanks guys! I was reading the archives about the DepthManager class and peeked into the recent z ordering thread for some useful info. My one problem that I am running in to is that for whatever reason, my boss is telling me I am not allowed to use Flash 8 for this project. They want it

Re: [Flashcoders] RE: getDepth: highest depth, middle depth, lowest depth

2006-03-08 Thread judah
I've found very little info on the DepthManager class. afaik, you need to increment the kTop property when you use it: var new_mc = myMovie.createObject(__rowRenderer, new_mc, DepthManager.kTop++, {owner:this, styleName:this}); At the same time I find it useful to get the next highest depth