What is the difference between _root and parent?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / murali
_root is used to access outer Movieclip.
_parent is used to access Moviclip inside having the
moviclip.
| Is This Answer Correct ? | 28 Yes | 11 No |
Answer / kavimani
_root to specify a absolute path.
_parent to specify a relative path to MovieClips.
| Is This Answer Correct ? | 15 Yes | 2 No |
Answer / kannan ks
_root - root timeline of the current swf.
_parent - the object containing the current object.
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / chiranjeevi
_parent is used to access the parent display
objects/properties of a MovieClip/Button. its something like
the relative path to the current MovieClip/Button. _root is
like the absolute path irrespective of the location of the
current MovieClip/Button.
| Is This Answer Correct ? | 12 Yes | 4 No |
Answer / sathees
_root = Main Gate Key
_parent= Inner Room Gate Key
_root is the direct access.
_parent is reference of one outer movieclip
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / dinesh anand
_root is used to acess movie clip or button which is placed
in the stage.
_parent is used in the child to acess the parent movie clip.
E.G: fruits is a movie clip inside this there is an another
movie clip named apple.
if we want to acess the fruits movie clip from apple movie
clip we use _parent.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / hariram
_root is the head tag for all inside the parent tag and
child tags.but _parent is the particular limitedtag only.
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / prabakaran
_root is refernce root timeline of movieclip
_parent is refernce current movieclip or object
| Is This Answer Correct ? | 0 Yes | 7 No |
Is it possible to create document or folder from flash? if yes then how?
which two textfield events can be captured to trigger scripts to run? : Adobe flash
for methods within objects,what does the keyword this specifically refer to? : Adobe flash
what is the purpose of the break statement? : Adobe flash
What is meant by vector graphic animation?
when does the accessibility . Isactive () method return true? : Adobe flash
what is the use of new property condensedwhite in text?
Give an example that illustrates polymorphism in flash script.
Do you know what are the ways in which actionscript's code can be protected?
what is the key purpose of using layers in a timeline? : Adobe flash
you are creating a form that will fade out when the user submits it. What must you do to with the text fields to ensure that text entered by the user will fade out? : Adobe flash
in general, non-mp3 digital audio destined to be imported into the flash mx authoring environment should first be compressed how much? : Adobe flash