what is the use of depth?
how many methods for depth are available?

Answers were Sorted based on User's Feedback



what is the use of depth? how many methods for depth are available?..

Answer / kanu

depth works as layers works in flash.
used for determining stacking order of objects on the stage.


methods of depth are:
swapDepths()
getNextHighestDepth()
getInstanceAtDepth()

Is This Answer Correct ?    23 Yes 0 No

what is the use of depth? how many methods for depth are available?..

Answer / gopal

In flash there is one method is used to know the depth i.e.
getNextHighestDepth().

Is This Answer Correct ?    6 Yes 3 No

what is the use of depth? how many methods for depth are available?..

Answer / murali

The Depth is used to indicates the movie clip number.

Methods,

getNextHighestDepth()
getdepth()
swapdepth()
getInstanceAtDepth()

Is This Answer Correct ?    3 Yes 4 No

what is the use of depth? how many methods for depth are available?..

Answer / a.vinod vincent joseph

depths are normally used to present the depth (range) of
the object that we are going to use.eg.in what size(random)
this.createEmptyMovieClip
("variable",this.getNextHighestDepth());
likewise we also have swapDepths(),
getInstanceAtDepth().

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More Flash Action Scripting Interview Questions

How to add event listeners in mxml components. Name the as3 components?

0 Answers  


How to play a movie clip?

0 Answers  


Tell me what are the different ways in which the variables can be assigned?

0 Answers  


Explain what are the data types supported by actionscript?

0 Answers  


How to write a program use a text field and display it using the actionscript?

0 Answers  






Can you explain what does the void function and object contain in actionscript?

0 Answers  


you have a dynamically loaded image that is larger than your stage. Which component would work best to accommodate this image? : Adobe flash

0 Answers  


How to change background color and stage size?

0 Answers  


which of the methods provedes the most controlled printing of flash content? : Adobe flash

0 Answers  


which of the following is not a guideline for conducting effective usability testing? : Adobe flash

0 Answers  


which of the following is not a key benefit of usability testing? : Adobe flash

0 Answers  


what is the difference between document class and main time line class in action scirpt-3

1 Answers  


Categories