![]() ![]() | |
ActionScript class namespace mx.managers.DepthManager
The DepthManager class adds functionality to the ActionScript MovieClip class that allows you to manage the relative depth assignments of any component or movie clip, including _root. It also allows you to manage reserved depths in a special highest-depth clip on the _root for system-level services like the cursor or tooltips.
The following methods compose the relative depth-ordering API:
DepthManager.createChildAtDepth()DepthManager.createClassChildAtDepth()DepthManager.setDepthAbove()DepthManager.setDepthBelow()DepthManager.setDepthTo()The following methods compose the reserved depth space API:
|
Method |
Description |
|---|---|
|
Creates a child of the specified symbol at the specified depth. |
|
Creates an object of the specified class at that specified depth. |
|
Creates an instance of the specified class at a specified depth in the special highest-depth clip. |
|
Creates an object at a specified depth in the highest-depth clip. |
|
Sets the depth above the specified instance. |
|
Sets the depth below the specified instance. |
|
Sets the depth to the specified instance in the highest-depth clip. |
![]() ![]() | |