click below
click below
Normal Size Small Size show me how
Animation 1 spr Teks
Question | Answer |
---|---|
Before Flash became popular, how were most animations published on the web? | Animated GIFS |
When publishing your file, What kind of files does Flash create by default? | SWF and HTML |
What dialog box do you use to change the types of files that Flash generates for you when publishing the FLA file? | Publish Settings |
Which function is used to mute the computer speakers? | SoundMixer.stopAll() |
Where would you go to import a video in Flash? | File > Import Video |
What types of work are you able to copyright? | Sound recordings/ Graphics, pictures, and sculptures/ Motion pictures and other audiovisual works |
What is the duration of the rights? | 70 years after the author's death |
What do you need to choose before you use the Spell-checker in Flash? | Text > Spell Checking |
Which panel do you use to improve your SWF for people with screen readers? | Accessiblity |
What is the name of the dialog box for customizing sound playback? | Edit Envelope |
Which Sync option in the Properties panel will keep a place sound playing even if there is a stop() action? | Event |
How is a sound that was added to a keyframe visually represented in the Timeline? | Small waveform |
Which command do you need to select in order to import a sound file to the Flash library? | File > Import > Import to Library |
What is ActionScript? | An Object-oriented programming language |
The main structure of a function is the first line with the word "function" followed by what? | function name and Parentheses |
Instance names must not contain any what? | Spaces |
Which ActionScript command will reliably stop movie playback in a browser? | Stop() |
What happens if you assign an alpha value of 0% to an object? | It vanishes |
With multiple objects selected, which command allows you to put each of them on a separate layer? | Modify > Timeline > Distribute to Layers |
Which tool do you use to edit object edges in Bezier style? | Sub-selection Tool |
With 24 fps, how many frames will a 3 second animation have? | 72 |
How many keyframes do you need for a shape tween? | two |
Which of the following is allowed in a shape tween keyframe? | Shape |
The button symbol uniquely features a special Timeline with how many different states? | 4 |
Which is the only state you should define graphics for an invisible button in? | Hit |
Are Movie clip symbols scriptable with ActionScript? | Yes |
In which panel can you find your symbols? | Library |
What is used to indicate a change in action? | A keyframe |
Apart from guides, what can be used to align objects on the Stage? | Grid |
Vector graphics are based on mathematical formulas as opposed to what kind of image which are pixel-based? | Bitmap |
What is the default frame rate in Flash? | 24 fps |
A blank keyframe is represented by what in the timeline? | A hollow circle |
To draw a perfect circle using the Oval tool, which key do you need to keep pressed? | Shift |
Name 3 properties in the document property | Size of Stage/ Color of Stage/ Frame Rate |
Apart form the Free Transform tool, which options in the Properties inspector allow you to resize a placed image? | W and H |
Which command do you need to choose a group of multiple objects? | Modify > Group |
Name 3 Flash file formats | FLA / FLV / SWF |
To keep things organized, what should you always use separately when working with text graphics? | Layers |