Give a brief description of the following terms:
a) Play head
b) Symbol
c) Tweening
d) ActionScript
e) Frame rate
f) Library panel
g) Masking
h) Context – sensitive Property Inspector
i) Bandwidth Profiler
j) Frame Label
Answer Posted / ravindrakumar karanki
Play Head : It's work like cursor for timeline.
Symbol: Symbol is identification for Drawing object . Once
convert object to symbol we can create instances and
reusable the component. There are three types of symbols we
can generate those are
Movie Clip, Shape, and graphic.
Tweening: Making animation in time line is called. There are
three type of Tweens those are
Motion Tween, Shape Tween, and Classic Tween.
Action Script: It is a language specific to Flash & Flex.
It supports oops. What ever animation can do using time
line same thing will do using AS without time line.
Frame rate: swf will run based on number of frames per
second called, In general Frame rate will be 24 f/s.
Library Panel : It contains all symbols, images whenever we
need use them by creating instances of those.
Masking: Merging one or more animations with each other. One
animation visible on other animation content area.
Context & sensitive Property Inspector : It will show the
properties of objects in the context area, user can edit the
properties.
Bandwidth profiler: User can view this while executing swf
click “Ctrl+B”. It will display all details like size of
swf, total frames, current frame, Bandwidth settings, frame
rate, and dimensions.
Frame label: It is identification of frame.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
the class that is inheriting the another is known as the? : Adobe flash
Differentiate between as2 and as3.
what is not a benefit of using macromedias pre-built ui components? : Adobe flash
Hi All, I am new in flash so please help me, When I make a website on Flash & when we wright code on buttons in AS2[CODE: on(release) gotoAndStop ()], we found when we click twice on a button the page automatically switch. (means, code do not work properly). Thanks,
which keyword is used to attach methods and properties to a class? : Adobe flash
Can you explain what are the differences between javascript and actionscript?
which actionscript method should be used to bring a component from the library to the stage? : Adobe flash
what is needed when using static text to have font outline embedded in swf file? : Adobe flash
Give an example that illustrates polymorphism in flash script.
What are the features provided by actionscript 3.0?
Write a function for a button.
what is the best reason for using the geturl command, instead of the fscommand, when communicating with the host application? : Adobe flash
what should be used in the name of constant? : Adobe flash
which code should be added to create a second blue square to the right of the first? : Adobe flash
which two are symbol options when converting an object into a symbol? : Adobe flash