Adobe
9A0-148 · Question #91
You have a MovieClip named myMoveClip and have defined an array of filters called arrFilter. Which ActionScipt will apply this array of filters to myMovieClip?
The correct answer is D. myMovieClip.filters = arrFilter. See the full explanation below for the reasoning.
Question
You have a MovieClip named myMoveClip and have defined an array of filters called arrFilter. Which ActionScipt will apply this array of filters to myMovieClip?
Options
- AmyMovieClip.filters.push(arrFilter);
- BmyMovieClip.filters.shift(arrFilter);
- CmyMovieClip.filters = [arrFilter];
- DmyMovieClip.filters = arrFilter;
How the community answered
(56 responses)- A5% (3)
- B13% (7)
- C4% (2)
- D79% (44)
Community Discussion
No community discussion yet for this question.