Of the following properties, which one CANNOT be smoothly animated in a shape tween? Gradient fill, stroke size, width, transparent fill, blur filter.

What will be an ideal response?


The blur filter can not be smoothly animated with a shape tween. Shape tweens
require shapes, and filters are only applied to symbol instances.

Computer Science & Information Technology

You might also like to view...

Which optional methods would you support for a list that, once initialized, can have elements removed but none added?

What will be an ideal response?

Computer Science & Information Technology

Find the error of the following code segment.

``` int Sum(int x, int y) { int result; result = x + y; } ```

Computer Science & Information Technology

The network administrator notices that the hourly plot of a router's data traffic varies from hour to hour. What does this information tells the network administrator?

A) The network administrator needs to compare this hourly plot with expected hourly plots of the router's data traffic. B) The router needs to be rebooted. C) This is most likely normal operation. D) The network administrator should run diagnostics on the router, and the most likely problem is someone is trying to break into the system.

Computer Science & Information Technology

Using polymorphism, existing operations on a base class can be left alone, without the need to retest and reverify them, while they are extended to a derived class.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology