Identify the letter of the choice that best matches the phrase or definition.

A. Used to organize the content of your document
B. Used to control and coordinate the timing of the animation by determining how and when the frames for each layer are displayed
C. Their frames are synchronized with a document's main Timeline
D. An animation where an object changes its position, rotates, scales in size, or even changes in color
E. The only symbol instance that a motion tween layer can contain
F. A container in the Timeline in which you can place layers
G. When you add a new scene or create a duplicate of a scene, this automatically displays the new scene
H. Provide a way to break up a large movie into smaller, more manageable movies
I. Lists the scenes in the current document in the order in which they will play
J. A type of symbol whose frames are independent of a document's main Timeline
K. A frame that contains a new symbol instance or a new graphic object
L. Indicates the current frame


A. layers
B. Timeline
C. graphic symbols
D. motion tween
E. target object
F. layer folder
G. Stage
H. scenes
I. Scene panel
J. movie clip
K. keyframe
L. playhead

Computer Science & Information Technology

You might also like to view...

Language constructs that determine the order in which statements are executed are known as

a. data types b. functions c. control structures d. conditions

Computer Science & Information Technology

Which of the following is an example of ransomware that takes a computer or its data hostage in an effort to extort money from victims?

A) SpyEye B) WannaCry C) Sapphire D) Slammer

Computer Science & Information Technology

If you want to distribute your movie to users who may not have Flash Player, you can create a ____ file.

A. transactional B. projector C. transitional D. translational

Computer Science & Information Technology

Write the code segment required to print the integer member item of each node in a linked list.

Refer to the following declarations ``` struct node { int item; node *link; } node *p, *head, *last; int saveItem; ```

Computer Science & Information Technology