Re: [Flashcoders] determining which object is displayed at agivenpoint

2007-02-07 Thread Joshua Sera
The only case in which depth would be identical for two movieclips is if they both were contained in different parent movieclips. In that case, check the parent's depth, and use that to resolve the conflict. If both of those are the same, continue going up until the conflict is resolved. ---

<    1   2