What is the difference between _root and parent?
Answer Posted / devendran
The super parent for all the movieClip is _root
but using the _parent you can get particular MovieClip's parent.
For example you are having one Movie Called MovieHolder_mc
and MovieHolder2_mc on Stage, and inner1_mc inside the
MovieHolder_mc. Now you can access the MovieHolder in Two Ways
_root.MovieHolder2_mc (Direct access)
to get this from the innerMovie
inner1_mc._parent._parent.MovieHolder2_mc
| Is This Answer Correct ? | 50 Yes | 7 No |
Post New Answer View All Answers
what are the properties can be used to control the order in which the user can tab through the elements in a flash movie? : Adobe flash
you have a rectangle shape with rounded corners. You want to ensure that the corners do not distort when the rectangle is scaled. What should you do? : Adobe flash
what is the key advantage of flash being a true clientside application? : Adobe flash
How to write a program to create custom list in actionscript?
What are the different utils libraries in actionscript?
Explain what are the data types supported by actionscript?
what is the key purpose of using layers in a timeline? : Adobe flash
what happens when you drag an object created with the oval tool to the library panel? : Adobe flash
which two are symbol options when converting an object into a symbol? : Adobe flash
at which point can you start usability testing? : Adobe flash
which of the following is not a typical host application for the flash player? : Adobe flash
Give an example that illustrates polymorphism in flash script.
which code should be added to create a second blue square to the right of the first? : Adobe flash
a button instance is named circle_btn. Actionscript is placed on the main timeline so that the button is clicked a movie clip instance named rec_mc s width is changed to 100? : Adobe flash
you are creating a project for the flashlite player. You are concerned with the processor capabilities of the device. Which graphic asset would require the most processing power on the player? : Adobe flash