Flash actionscript 3.0: How to get Next Highest Depth in AS 3.0

How to get Next Highest Depth in AS 3.0

Posted by Sankar.G | Posted in | Posted on 11:49 AM

In AS2.0 we use getNextHighest depth but in AS3.0 we dont have that function for that we have
swapChildren()
swapChildrenAt()
getChildIndex()
setChildIndex()

by using this kind of function we want to create that

Below File is used to you

highestDepth.zip

next.swf

Comments (0)