what is the use of depth?
how many methods for depth are available?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
What does reference means in actionscript?
what is the difference between document class and main time line class in action scirpt-3
for methods within objects,what does the keyword this specifically refer to? : Adobe flash
Write a program use a text field and display it using the actionscript?
Explain what are the different utils libraries in actionscript?
what are the statements uses proper for loop syntax? : Adobe flash
can flash .swf movies be very time consuming to edit? : Adobe flash
what is the primary difference between the xml.sendandload method and the xml.load method? : Adobe flash
Can you explain what does the void function and object contain in actionscript?
How to start a graphic animation at a specific frame?
when does the accessibility . Isactive () method return true? : Adobe flash
which items cannot be hidden from screen readers? : Adobe flash