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

when should one generally use the post method instead of the get method? : Adobe flash

0 Answers  


explain the flash vs. Animated images and java applets? : Adobe flash

0 Answers  


How to start a graphic animation at a specific frame?

0 Answers  


what are the statements is true about actionscript in regards to the enforcement of private scope and public scope? : Adobe flash

0 Answers  


How many methods for depth are available?

0 Answers  






what is not a disadvantage of using the fscommand? : Adobe flash

0 Answers  


Difference between shared lib and shared objects

4 Answers  


What is the main purpose of actionscript?

0 Answers  


what is needed when using static text to have font outline embedded in swf file? : Adobe flash

0 Answers  


What are the different primitive data types used in actionscript?

0 Answers  


What will replace flash?

0 Answers  


How to add conditional logic for the submit button?

0 Answers  


Categories