Name four of the 12 animation principles
What will be an ideal response?
Anticipation, appeal, arcs, exaggeration, follow-through and overlapping action, secondary action, slow in and slow out, solid drawing, squash and stretch, staging, straight-ahead action and pose to pose, timing
You might also like to view...
Suppose we want to declare a pointer called ptr which can hold the address of a float. Its declaration would look like this:
A. float ptr ; B. float ptr; C. &float ptr; D. float ptr;
Which of the following statements correctly creates an ImageView object?
a. new ImageView("http://www.cs.armstrong.edu/liang/image/us.gif"); b. new ImageView(new Image("http://www.cs.armstrong.edu/liang/image/us.gif")); c. new ImageView("image/us.gif"); d. new ImageView(new Image("image/us.gif"));
Can the binary search be considered a dynamic programming problem?
a. No b. Yes c. Unknown d. Possibly
Frequently used content or objects can be saved as what?
A) Building blocks B) Templates C) Office objects D) Building objects