Answer Posted / karthikeyan
_root is the main movie clip on flash
but vritualy multiple _level holds multiple _root
eg:
_level0._root.mc_1
and
_level0.mc_1
refers one object
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
which methods is most likely an event handler? : Adobe flash
Write a program use a text field and display it using the actionscript?
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
Differentiate between as2 and as3.
tell the difference between indexed array and associative array? : Adobe flash
how to embed flash in html? : 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 are the different utils libraries in actionscript?
which code should be added to create a second blue square to the right of the first? : Adobe flash
which of the external actionscript files must you #include in your movie in order to use flash remoting? : Adobe flash
What is the use of pre-loader?
what should be inferred by a variable named birthplace_str? : Adobe flash
when should one generally use the post method instead of the get method? : Adobe flash
How to write a program to create custom list in actionscript?
Write a program that shows the usage of data types?