|
You currently have it so that all those on the right are higher than those on the left.
You will have to use the swapDepth function so that the one you click on swaps it's depth with the image currently being seen. You can store which movieclip has the highest depth in a variable and call a function to easily to your depth swapping.
If you want some more help with that then I'll throw some code together.
|