9A0-602 Photoshop Braindump
ExamSoon 9A0-602 Exams
Adobe Certified Macromedia Flash MX 2004 Developer Exam
O rder : 9A0-602 Exam
Practice Exam: 9A0-602
Exam Number/Code: 9A0-602
Exam Name: Certified Macromedia Flash MX 2004 Developer Exam
Questions and Answers: 130 Q&As
Free 9A0-602 Braindumps
Exam : Adobe 9A0-602
Title : Certified Macromedia Flash MX 2004 Developer Exam
1. What tasks can be accomplished using the Project panel?
A. manage several Flash projects at the same time
B. check-in/check-out files on a SourceSafe or FTP server
C. merge changes from two different versions of the same document
D. read and edit project notes that are shared among developers on the project
Answer: B
2. What does the "this" keyword reference?
circle_mc.move = function(x, y){
this._x = x;
this._y = y;
};
A. circle_mc
B. move function x and y
C. timeline on which circle_mc resides
D. parent timeline of the circle_mc instance
Answer: A
3. What is the value of the variable "i " when traced below?
i = 0;
function runLoop(){
for(var i=0;i<10;i++){
}
}
runLoop();
trace(i);
A. 0
B. 1
C. 9
D. 10
Answer: A
4. If a movie clip on the main Timeline has 10 frames, what is the minimum number of frames needed in the main
Timeline so the embedded movie clip plays through completely?
A. 1
B. 2
C. 10
D. 11
Answer: A
5. What is the main use of the TextSnapshot class?
A. Allows static text in a movie clip.
B. Outputs a list of the fonts used within the text fields of a movie clip.
C. Captures the dynamic text used in a movie clip for export to a screen reader.
D. Returns text measurement information (width, height, kerning, etc.) for specified text strings within a movie clip.
Answer: A
6. What happens when Save and Compact is selected from the File menu?
A. removes unused items from the library
B. removes file space left over from deleted items
C. reduces the FLA file size using zip compression
D. compresses the SWF file with MX 2004 compression
Answer: B
7. What does this code display in the output window?
var myEmployees:LoadV