for some reason all the objects in my movie seem to be at the depth -16384 and when I try to swap one lower it does not work… any ideas on what is going on here?
have you heeard of the code
nameofyourobject.getNextHighestDepth();
that would be a better way to swap the depths, instead of using numbers
First, they can’tall be at the same depth since at most only one movie clip can occupy any given depth.
Second, -16384 is the lowest depth.
http://www.kirupa.com/developer/actionscript/depths2.htm
:p: