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 many levels does flash mx support?
Explain what is the function of trace? : adobe flex action script
Where can I find out additional information about flex 3 beta 3?
What is display container? : adobe flex action script
Can I continue to run flex builder 2 in parallel with flex builder 3 beta 3?
Why do strongly typed objects appear as "undefined" in the netconnection debugger? : adobe flex action script
How do we use css styles in flex? : adobe flex action script
Explain which of the recommended character to use to separate target level paths levels?
What is state? What is the difference between states and viewstack in flex? : adobe flex action script
Explain how many levels does flash mx support? : adobe flex action script
Tell some new capabilities / features of flash as 3.0?
Have you built any components with actionscript? If so explain how you did it? : adobe flex action script