Ok I followed the tutorial for "Changing Stacking Order (swapdepth) and it worked
wonderfully. Thanks! Now, my problem is that I used to have a menu on the
top of the page that goes across the screen. I want that menu (no a pop up is just like a title of the site) to remain like a wall to the things on the bottom that people can move around. In other words, I don’t want the draggable windows to cut across the top menu bar.
I have no clue how to do this.
This is the code I have for each of the draggable objects (15):
on (press, release, dragOver, dragOut) {
_root.x +=2;
_root.green.swapDepths(_root.x);
help!
Many thanks.