Creating a morphing animation requires a basic understanding of ____.

a. Flash objects
b. tweening
c. ActionScript
d. keyframes


a. Flash objects
b. tweening
d. keyframes

Computer Science & Information Technology

You might also like to view...

[C++11]—Which of the following statements is false?

a. An enumeration’s constants have integer values. b. An unscoped enum’s underlying type is independent of its constants’ values but is guaranteed to be large enough to store those values. c. A scoped enum’s underlying integral type is int, but you can specify a different type by following the type name with a colon (:) and the integral type. For example, we can specify that the constants in the enum class Status should have type unsigned int, as in enum class Status : unsigned int {CONTINUE, WON, LOST}; d. A compilation error occurs if an enum constant’s value is outside the range that can be represented by the enum’s underlying type.

Computer Science & Information Technology

The default gateway specifies which of the following?

a. Where the data is to be sent when the source address for the data is not in the same subnet or is unknown b. Where the data is to be sent when the destination address for the data is in the same subnet or is unknown c. Where the data is to be sent when the destination address for the data is not in the same subnet or is unknown d. Where the data is to be routed when both the source and the destination addresses for the data are not in the same subnet or are unknown e. None of these answers is correct.

Computer Science & Information Technology

When using multimedia in your Web pages, it is a good idea to store all of your sound and other media files in a separate folder

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following is NOT an advantage of a T1 line?

A. affordability B. high-speed transmission C. 24 separate circuits D. supports many users

Computer Science & Information Technology