![]() ![]() | |
Flash Player 6.0.79.
Flash MX 2004 and Flash MX Professional 2004
movieClipInstance.setDepthBelow(instance)
instance An instance name.
Nothing.
Method; sets the depth of a movie clip or component instance below the depth of the instance specified by the instance parameter.
The following code sets the depth of the textInput instance below the depth of the button:
textInput.setDepthBelow(button);
![]() ![]() | |