Nice...but...
Alright, first of all, I'm guessing you just took the code from the file entitled "CustomizingContextMenu.fla", and put it into your own movie. Am I correct? Also, this is fun for a while, and I'm sure everyone loves this type of flash, but it just isn't enough. You may say, "Oh, but the score is up to 2.6", but this just isn't really fun. I am sorry to admit it, but it just isn't. It's great that you know a little actionscript, but it doesn't really look like you spent a lot of time on it.
Here, I have a little code you may want to try out. It just makes the items pop infront of all the other objects you click on them.
Go to the actions of the movie clips(buttons), and enter the following code in the "onPress" handler:
swapDepths(100);
That's it! It's just one function, that may come in handy sometime.
Also, you need to define your "onReleaseOutside" handlers. If you click on the object, and release outside, they continue to be dragged. Now, you don't HAVE to fix this, I see it all the time in other dressups, but it would be kind of nice to perfect it.
Better luck in the future,
mac5