Does anyone have a an algorithm for Z sorting multiple overlapping
clips...

I have an array of clips and when one is clicked I want it to come to
the top, but I want the other overlapping items to also shift
appropriately...

So

Item [1] at depth 10
Item [2] at depth 9
Item [3] at depth 8
Item [4] at depth 7

If you click item [4], it would go to depth 10, and the other would
shift down 1

Item [4] depth 10
Item [1] depth 9
Item [2] depth 8
Item [3] depth 7

But if any of those items are overlaping other items, they also need to
be Z sorted.

I'd rather not re-invent the wheel.

Thanks
Grant
_______________________________________________
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