What is EventFlow.?

Answers were Sorted based on User's Feedback



What is EventFlow.?..

Answer / dindayal dhakar

When events happen to an object on the display list (an
object displayed on the screen), all the objects that
contain the object are notified of the event and notify
their event listeners in turn. This process starts with the
Stage and proceeds through the display list to the actual
object where the event occurred, and then proceeds back to
the Stage again. This process is known as the event flow.

Is This Answer Correct ?    50 Yes 9 No

What is EventFlow.?..

Answer / prashant

i would just like to add a bit in above answer.
This is also called event propogation which takes in 3
phases
1. Capture
2. Target
3. Bubbling phase

Is This Answer Correct ?    34 Yes 3 No

What is EventFlow.?..

Answer / ravindrakumar karanki

Adding one more point to above answer.

Capturing: Events handle between root to Target's parent.
Target: Events handle in Target
Bubbling: Events handle between Target's parent to root.

Is This Answer Correct ?    7 Yes 1 No

Post New Answer

More Flash Action Scripting Interview Questions

what methods are used to pass variables out of flash to a server side solution? : Adobe flash

0 Answers  


you understand from the sb-25 manual that the built-in, retractable bounce card is meant for use with the flash head in a vertical position? : Adobe flash

0 Answers  


What is EventFlow.?

3 Answers  


which two file formats can be imported into a swf file at runtime? : Adobe flash

0 Answers  


How to play a movie clip?

0 Answers  






you want to skin flash cs3 components. What should you do? : Adobe flash

0 Answers  


What are the different ways in which the variables can be assigned?

0 Answers  


what is needed when using static text to have font outline embedded in swf file? : Adobe flash

0 Answers  


what is not a benefit of using macromedias pre-built ui components? : Adobe flash

0 Answers  


Write a function that responds to a click anywhere on the page by displaying an alert dialog. Display the event name if the user held Shift during the mouse click. Display the element name that triggered the event if the user held Ctrl during the mouse click.

2 Answers  


How can we goto next Scene by giving code on a button inside a movie clip. in short. =>Scene 1. ====>MovieClip ======>Button [ on(release) { gotoAndPlay("Scene 2", 1); } ] =>Scene 2. This thing is not working. Please tell me the answer of how to goto next scene from this scene 1.

4 Answers   ABC,


Do you know what is the difference between an array and vector?

0 Answers  


Categories