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 |
How do you start a graphic animation at a specific frame?
what is the key advantage of using loadvars instead of loadvariables? : Adobe flash
what are the different design patterns available in flash?
How to Communicate with JavaScript?
Explain what does the void function and object contain in actionscript?
what is the most important factor in determining the compatibility of your application? : Adobe flash
what methods are used to pass variables out of flash to a server side solution? : Adobe flash
What does reference means in actionscript?
you want to create a rectangle shape with a defined corner radius. Which tool should you use? : Adobe flash
what is needed when using static text to have font outline embedded in swf file? : Adobe flash
what is not a benefit of using macromedias pre-built ui components? : Adobe flash
What are the features provided by actionscript 3.0?