9A0-064  Exam

Exam # of questions Description  Update
9A0-064 77 Adobe Flash Lite 2.0 Mobile Developer Exam... 02/15/2011
[Practice Test]    [Download Study Guide(PDF)]   [Update Exam]

9A0-064 - Exam Information
  • Description: Adobe Flash Lite 2.0 Mobile Developer Exam
  • Passing Score: 0%
  • Practice Test - Number of questions: 77 questions
  • Simulation Test - Number of questions: 77 questions
  • Simulation Test Duration: 120 minutes
  • Has explanations: No

Question of the day

You have created a complex vector image using the MovieClip drawing tools. The code for drawing the image adds approximately 512 bytes to your final file size. The vector image is the basis for a game sprite. When you test the file you notice that the animation is very slow. You want to improve the animation performance of the sprite in your game. What should you do?

Answer(s)

  1. Set the _quality property to LOW.
  2. Set the property _highquality of the MovieClip to 0.
  3. Reduce the number of lines and fills to improve performance.
  4. Generate the graphic and capture it as a bitmap. Then reimport the image into the library.Remove the code from your application.
Correct Answer

Generate the graphic and capture it as a bitmap. Then reimport the image into the library.Remove the code from your application.