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

which of the following is most likely a class constructor? : Adobe flash

0 Answers  


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

0 Answers  


Write a program to show the external actionscript?

0 Answers  


Hi All, I am new in flash so please help me, When I make a website on Flash & when we wright code on buttons in AS2[CODE: on(release) gotoAndStop ()], we found when we click twice on a button the page automatically switch. (means, code do not work properly). Thanks,

0 Answers  


Do you know how does removal of actual objects and data work in actionscript?

0 Answers  






What is meant by vector graphic animation?

0 Answers  


for methods within objects,what does the keyword this specifically refer to? : Adobe flash

0 Answers  


Which is the quickest way to make the stroke around an oval shape into a dotted line? : Adobe flash

0 Answers  


what is the other way of using Inheritance in flash?

3 Answers  


you want to create a rectangle shape with a defined corner radius. Which tool should you use? : Adobe flash

0 Answers  


How to play a movie clip?

0 Answers  


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

0 Answers  


Categories