A(n) ____ guides an object throughout the animation.

A. mask
B. guide
C. animation filter
D. motion path

Answer: D

Computer Science & Information Technology

You might also like to view...

A POST card is

A) Not used in diagnosing problems in computers today B) Used to perform hardware diagnostics and display the results C) Used to perform hardware and software diagnostics and display the results D) Not used by technicians when diagnosing symptoms when the system does not boot

Computer Science & Information Technology

What is the value of each of the following boolean expressions if x is 5, y is 10, and z is 15?

a. (x < 5 && y > x) b. (x < 5 || y > x) c. (x > 3 || y < 10 && z == 15) d. (!(x > 3) && x != z || x + y == z)

Computer Science & Information Technology