Home > MCQs > IT & Programming > Actionscript 3 MCQs

Actionscript 3 MCQ

Quizack’s Actionscript MCQs stand tall because they cover every basic and latest topic to boost your knowledge instantly. ActionScript multiple choice questions and answers will make you aware of complex scenarios and their solutions. For the sake of your jumpstart, we have made all these questions available through interactive simulations. 

 

Actionscript 3 Quick Quiz

Question 1 of 10
  • Which of the following will NOT be garbage collected?

    Answer & Explanation

    Correct Answer: sprite.addEventListener(MouseEvent.Click,myFn);

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

  • Which of the following is NOT a function of the String class?

    Answer & Explanation

    Correct Answer: color

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

  • The useWeakReference parameter in the addEventListener method is used to:

    Answer & Explanation

    Correct Answer: make the listener eligible for garbage collection

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

  • To disable mouse selection to an InteractiveObject, the correct syntax is:

    Answer & Explanation

    Correct Answer: item.mouseEnabled = false;

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

  • What are the three phases of the event flow?

    Answer & Explanation

    Correct Answer: capture, target and bubbling

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

  • What is the output of the following snippet? var s:String = "Pandas use tea cups to drink tea"; s.replace("tea", "");

    Answer & Explanation

    Correct Answer: Pandas use tea cups to drink tea

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

  • Which of the following is an example of a bitwise operator

    Answer & Explanation

    Correct Answer: >>

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

  • On an Event handler function, how do you know which item fired the event ?

    Answer & Explanation

    Correct Answer: By accessing the target property of the event

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

  • Which class can be used to change the color of a display object?

    Answer & Explanation

    Correct Answer: ColorTransform

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

  • E4X in Action script is used to:

    Answer & Explanation

    Correct Answer: manipulate XML data.

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

  • Actionscript 3 Quick Quiz

    battery

    Poor Results!

    You need a lot of improvement.

    Just don't give up!

    Correct Answers: 0/10

    Start Practicing with our MCQs given below.