View Single Post
  #2 (permalink)  
Old Feb 11th, 2004, 07:19
Webforumz Staff Webforumz Staff is offline
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
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.