MCQs > IT & Programming > Actionscript 3 >

Given that two event listeners are registered for a component CompA as:


CompA.addEventListener(MouseEvent.CLICK, func1);

CompA.addEventListener(MouseEvent.CLICK, func2);


What will happen when a click event is fired on CompA?

Actionscript 3 MCQs

Given that two event listeners are registered for a component CompA as:


CompA.addEventListener(MouseEvent.CLICK, func1);

CompA.addEventListener(MouseEvent.CLICK, func2);


What will happen when a click event is fired on CompA?

Answer

Correct Answer:

Both func1 and func2 are called. 

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Actionscript 3 Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Actionscript 3 Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it