What is EventFlow.?
Answers were Sorted based on User's Feedback
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 |
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 |
Which is the quickest way to make the stroke around an oval shape into a dotted line? : Adobe flash
Differentiate between as2 and as3.
What is the main purpose of actionscript?
How to create a logo using pen tool?
what methods are used to pass variables out of flash to a server side solution? : Adobe flash
What is meant by vector graphic animation?
How to write a program that shows the usage of data types?
How to download Flash object embeded in HTML Page?
3 Answers Siber, US Software Corporation,
What is EventFlow.?
tell the difference between indexed array and associative array? : Adobe flash
what happens if an .swf is loaded into a already occupied level? : Adobe flash
How to add event listeners in mxml components. Name the as3 components?