Explain if the oilpump movie clip instance in path _root.car.engine.oilpump.clamp uses the following line of actionscript, _parent.someaction;, which movie clipinstance is being referenced? : adobe flex action script
Answer / Shashank Braham Dev Narayan
In this case, the OilPump movie clip instance located within the Engine movie clip instance, which in turn is a child of the car movie clip instance, is being referenced by _parent.someAction. This means that when the someAction function is called on the parent (car) movie clip instance, it will be executed in the context of the Engine movie clip instance (which is the parent of OilPump).
| Is This Answer Correct ? | 0 Yes | 0 No |
How do we identify a component created in a repeater using flex? : adobe flex action script
What is interface or benefit of interface in term of oop?
Difference between flex and flash?
What is event flow in term of event handling in flash action script 3.0? : adobe flex action script
Mytree appears just fine but why ca not I access the node attributes? : adobe flex action script
Do I need to upgrade to beta 3 to use air beta 3?
If I purchase flex builder 2, am I eligible for an upgrade to flex builder 3?
What is cairnghorm in flex? : adobe flex action script
What is the difference between changewatcher.watch, and bindingutils.bindproperty? : adobe flex action script
Explain which of the recommended character to use to separate target level paths levels?
What is the difference between sealed class and dynamic classes in flex? : Adobe Flex ActionScript
What are Arrays in flex?