ActionScript 2.0 Components Language Reference |
|
|
|
| DepthManager class > DepthManager.setDepthBelow() | |||
Flash Player 6 (6.0.79.0).
Flash MX 2004 and Flash MX Professional 2004.
movieClipInstance.setDepthBelow(instance)
instance An instance name. This parameter is of type MovieClip.
Nothing.
Method; sets the depth of a movie clip or component instance below the depth of the specified instance and moves other objects if necessary.
The following code sets the depth of the textInput instance below the depth of button:
textInput.setDepthBelow(button);
|
|
|
|