What are the three kinds of symbols, and how do they differ?

What will be an ideal response?


The three symbols are Graphic, Button, and Movie Clip. A Graphic symbol
is the most basic of symbols, which you can use for animation, but does not
support ActionScript, blending effects, or filters. A Button symbol is used for
interactivity and contains four special keyframes that describe how it appears
when the mouse is interacting with it. A Movie Clip symbol contains its own
independent Timeline. You can apply filters, color settings, and blending modes
to a Movie Clip instance, and you can use ActionScript to control a Movie Clip
instance.

Computer Science & Information Technology

You might also like to view...

Which statement about free vs. paid apps is false?

a) Paid apps represent the vast majority of mobile apps. b) Paid WP8 apps range in price from $1.49 (which is higher than the $0.99 starting price for apps in Google Play and Appleā€™s App Store) to $999.99. c) The average price for mobile apps is generally between $1.50 and $3, depending on the platform. d) For Windows Phone apps, Microsoft retains 30% of the purchase price and distributes 70% to the app authors.

Computer Science & Information Technology

Which of the following is not involved in identifying the classes to be used when developing an object-oriented application?

a. a description of the problem domain b. the code c. a refined list of nouns that include only those relevant to the problem d. all the nouns are identified

Computer Science & Information Technology

Which GUI concepts use polymorphism to establish their relationship?

a) a listener and its associated component b) a radio button and its default selection c) a button and its label d) a slider and its tick marks e) none of the above

Computer Science & Information Technology

The expression !(x <= 0) is true only if x is a positive number.

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

Computer Science & Information Technology