User Guide

DepthManager class 407
Property summary for the DepthManager class
The following table lists the properties of the DepthManager class.
DepthManager.createChildAtDepth()
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
Usage
movieClipInstance.createChildAtDepth(linkageName, depthFlag[, initObj])
Parameters
linkageName
A linkage identifier. This parameter is a string.
depthFlag One of the following values: DepthManager.kTop, DepthManager.kBottom,
DepthManager.kTopmost, DepthManager.kNotopmost. All depth flags are static properties of
the DepthManger class. You must either reference the DepthManager package (for example,
mx.managers.DepthManager.kTopmost), or use the import statement to import the
DepthManager package.
initObj An initialization object. This parameter is optional.
Returns
A reference to the object created. The return type is MovieClip.
Description
Method; creates a child instance of the symbol specified by linkageName at the depth specified
by
depthFlag.
Property Description
DepthManager.kBottom A static property with the constant value 202.
DepthManager.kCursor A static property with the constant value 101. This is the
cursor depth.
DepthManager.kNotopmost A static property with the constant value 204.
DepthManager.kTooltip A static property with the constant value 102. This is
the tooltip depth.
DepthManager.kTop A static property with the constant value 201.
DepthManager.kTopmost A static property with the constant value 203.