Modifying the ____ enables you to animate objects in a more natural way instead of having objects move only in straight lines.
A. path
B. tween
C. motion path
D. mask
Answer: C
Computer Science & Information Technology
You might also like to view...
Which of the following is false?
a. The effects of break and continue statements can be achieved by structured programming techniques. b. break and continue statements can make a program perform faster than with the corresponding structured techniques. c. Many programmers feel that break and continue violate structured programming. d. You should always try to write the fastest, smallest code possible before attempting to make it simple and correct.
Computer Science & Information Technology
The class __________ is an ancestor class of all Java classes.
a. String b. Object c. Math d. JFrame
Computer Science & Information Technology