Discuss animating bitmap images.

What will be an ideal response?

Animating a bitmap image is as easy as animating a vector image, but beginning Flash animators should always remember the effect an animated bitmap image has on the movie or app's performance. Even after you optimize a bitmap image, and the movie's overall file size seems acceptable, performance can suffer because of the data load in individual frames. It's good practice to experiment with the compression settings for JPEG images to understand the trade-off between quality and performance.

Computer Science & Information Technology

You might also like to view...

An option that begins the animation sequence for the selected slide element when the mouse button is clicked or the Spacebar is pressed

What will be an ideal response?

Computer Science & Information Technology

Which of the following statements is false?

a. A runnable thread transitions to the blocked state when it attempts to perform a task that cannot be completed immediately and it must temporarily wait until that task completes. b. When a thread issues an input/output request, the operating system blocks the thread from executing until that I/O request completes—at that point, the blocked thread transitions to the runnable state, so it can resume execution. c. A blocked thread cannot use a processor, even if one is available. d. Each of the above statements is true.

Computer Science & Information Technology