Shared Flashcard Set

Details

Flash Tutorial 5 Study Guide
study guide
100
Computer Science
11th Grade
03/24/2010

Additional Computer Science Flashcards

 


 

Cards

Term
____ means, for example, that a user is able to stop or play a movie’s animation.
Definition
Interactive
Term
With buttons, the content in each ____ is displayed in response to a mouse pointer’s action.
Definition
Frame
Term
The ____ frame represents the clickable area of a button.
Definition
Hit
Term
When the pointer is right on top of the button, the content in the ____ frame is displayed.
Definition
Over
Term
In a button, the ____ frame contains the button’s default state.
Definition
Up
Term
In a button, the contents of the ____ frame show what the button looks like when you click it.
Definition
Down
Term
A ____ effect is when the user rolls the pointer over the button, and the button changes to show what is in the Over frame.
Definition
Rollover
Term
A button symbol is stored in the document’s ____.
Definition
Library
Term
To make it easier to click a button, you can draw a filled shape such as a rectangle to cover the text in the ____ frame.
Definition
Hit
Term
A quick way to add buttons to your document is by using one of the predesigned buttons in the Buttons ____.
Definition
Library
Term
The ____ contain(s) symbols that install with Flash and can be copied to your documents.
Definition
Common Libraries
Term
The Common Libraries can be accessed from the ____ menu.
Definition
Window
Term
You can test a button by turning on the ____ command.
Definition
Enable Simple Buttons
Term
You can press the ____ key to move the playhead backward one frame at a time.
Answer
Definition
Comma
Term
The arrow in the accompanying figure points to ____.
Definition
Button frames
Term
The arrow in the accompanying figure points to ____.
Definition
Modify
Term
You can create a button by using the New Symbol command on the ____ menu.
Definition
Insert
Term
In symbol-editing mode, you create or modify the content for each of the button’s ____ frames.
Definition
Four
Term
To use a button in your document, you must create ____ of the button.
Definition
Instances
Term
If you convert an object on the Stage to a button symbol, then the object on the Stage becomes an instance once the button symbol is added to the ____.
Definition
Library
Term
In the Property inspector, click the ____ button to set the corner radius values to zero and lock the values.
Definition
Reset
Term
The Enable Simple Buttons command is available on the ____ menu.
Definition
Control
Term
To begin to create a copy of a button, click the button, click the Library panel’s ____ menu control, and then click Duplicate to open the Duplicate Symbol dialog box.
Definition
Options
Term
To use a button symbol in your document, you need to create a(n) ____ of the button symbol.
Definition
Instance
Term
The ____ panel includes different options used to align a group of selected objects on the Stage.
Definition
Align
Term
Press the ____ keys to open and close the (align) panel in the accompanying figure.
Definition
Ctrl+K
Term
Click the item marked ____ in the accompanying figure to line up selected objects by their edges or centers.
Definition
1
Term
Click the item marked ____ in the accompanying figure to space out selected objects evenly by their edges or centers.
Definition
2
Term
In order for buttons to be fully functional and interactive, you need to add instructions called ____.
Definition
Actions
Term
____ is used to add interactive elements to Web pages.
Definition
JavaScript
Term
With ActionScript, you create ____ that tell the movie what action to take when a certain event occurs.
Definition
Scripts
Term
____ can be recognized by Flash and can be used to trigger or start the execution of the actions in a script.
Definition
Events
Term
The item marked 3 in the accompanying figure is a(n) ____.
Definition
Action
Term
The item marked 2 in the accompanying figure is a(n) ____.
Definition
Event
Term
The item marked 1 in the accompanying figure is a(n) ____.
Definition
Event handler
Term
In order for buttons to control the animation, they need programming instructions called ____ to control how a movie plays.
Definition
Actions
Term
In ____ mode, Flash provides actions you select from the Actions toolbox.
Definition
Script Assist
Term
The item marked 1 in the accompanying figure is the ____ toolbox.
Definition
Actions
Term
The items marked 2 in the accompanying figure are action ____.
Definition
Categories
Term
The items marked 3 in the accompanying figure are ____.
Definition
Actions
Term
The item marked 4 in the accompanying figure is the ____.
Definition
Script navigator
Term
The items marked 5 in the accompanying figure are the ____ for the selected action.
Definition
Parameters
Term
The item marked 6 in the accompanying figure is the ____.
Definition
Script pane
Term
Some actions require additional settings called ____.
Definition
Parameters
Term
If you add a(n) ____ action to a frame, the script only contains one line with stop();.
Definition
Stop
Term
Scripts created for frame actions are different from those created for buttons in that no ____ is required.
Definition
Event handler
Term
Frame ____ do not depend on an event to occur.
Definition
Actions
Term
You can create a(n) ____ by placing a behavior in the last frame of a group that causes the animation to go back to an earlier frame.
Definition
Loop
Term
When you place an action in one frame that causes the animation to go back to an earlier frame, the frame action is indicated by a small ____ in the frame.
Definition
A
Term
If you use frame ____, adding or deleting frames does not affect those frames.
Definition
Labels
Term
It is recommended to use ____ sound files in Flash movies.
Definition
MP3
Term
Before you add a sound to your document, it is best to create a separate ____ for each sound.
Definition
Layer
Term
Sounds can be added only to ____.
Definition
Keyframes
Term
The ____ format for Flash movies produces very small sound files, retains very good sound quality, and is compatible with both Windows and Macintosh computers.
Definition
MP3
Term
The ____ setting lets you set a sound as an event sound or as a stream sound.
Definition
Sync
Term
There are ____ main types of sounds used in Flash.
Definition
Two
Term
Which of the following are types of sounds in Flash?
Definition
Event and stream
Term
You add ____ sounds to keyframes so that the sound plays each time the keyframe is played.
Definition
Event
Term
____ sounds are not synchronized with the Timeline.
Definition
Event
Term
If you have a(n) ____ sound, it may continue to play even after all of the frames in the Timeline have finished playing.
Definition
Event
Term
____ sounds are useful when you need the animation in your movie to coincide with the sound.
Definition
Stream
Term
If a sound is 10 seconds long and you enter 12 for the number of times to loop, then the sound will play ____.
Definition
12 times for a total of 2 minutes
Term
If you want a sound to play continuously for a period of time, then select the sound setting of ____ and enter a number in the Repeat text box that specifies how many times you want the sound to play.
Definition
Repeat
Term
A(n) ____ sound plays independently of the Timeline.
Definition
Event
Term
The ____ sound effect specifies that the sound gradually decrease in volume over its duration.
Definition
Fade Out
Term
The ____ sound effect lets you customize the sound effects by changing the starting point and volume.
Definition
Custom
Term
The Fade Right to Left sound effect specifies that the sound should start on one ____ and then gradually shift to the other ____.
Definition
Channel
Term
The ____ sound effect gradually decreases the sound.
Definition
Fade Out
Term
You can test a sound by playing the movie in a ____.
Definition
Either a or b
Term
To test a movie, click ____ on the menu bar, and then click Test Movie.
Definition
Control
Term
You inform Aaron that one way to include interactivity is to add buttons that perform an action. You tell him that buttons are symbols that contain a Timeline with only a small number of frames. How many frames does a button's Timeline have?
Definition
Four
Term
You next instruct Aaron about the frame that contains the button's default state. What is the name for that frame?
Definition
Up Frame
Term
You tell Aaron that it is possible to create a rollover effect, so that when the user moves the pointer over the button, the button changes appearance. What is the name of the frame that is used to create this type of effect?
Definition
Over frame
Term
Aaron would like the appearance of the button to change when the user clicks on it. What is the name of the frame that is used for this type of effect?
Definition
Down frame
Term
After Aaron has created the button, he gets feedback from some of his QA colleagues that it's not always particularly easy to actually click the button. Someone suggests to Aaron that the way to handle this is to provide a wider area that users can click to activate the button by drawing a filled rectangle to cover the text in which one of the frames?
Definition
Hit frame
Term
Sana's first question is a fundamental one. She has created the button but it is not allowing her to control the document's animation. What does Alanna tell her that she needs to add to the document?
Definition
Actions
Term
When Sana clicks her button with a mouse and then releases it, what is the term Alanna uses for this action?
Definition
Event
Term
What is the name of the event that occurs when Sana clicks and then lets up the mouse button?
Definition
Release
Term
Which of the following is NOT a true statement Alanna can make to Sana about ActionScript?
Definition
ActionScript 2.0 is the default version for Flash CS3 Professional
Term
As she finalizes her work on her button, Sana writes down some suggestions that Alanna has about additional settings that she might want to consider for use on the actions associated with the button. What is the term for these settings?
Definition
Parameters
Term
____________________ means that the user has some level of control over the movie.
Definition
Interactive
Term
____________________ are symbols that contain a Timeline with only four frames.
Definition
Buttons
Term
The ____________________ frame of a button contains the button’s default state.
Definition
Up
Term
When the pointer is over the button, the content in the ____________________ frame is displayed.
Definition
Over
Term
If you make the contents of the Over frame different from that in the Up frame, you create a(n) ____________________ effect.
Definition
Rollover
Term
The contents of the ____________________ frame show the way the button looks like when you click it.
Definition
Down
Term
The ____________________ frame does not change the appearance of the button.
Definition
Hit
Term
The ____________________ frame represents the area of the button that responds to a mouse click and displays the hand pointer when the mouse pointer is over it.
Definition
Hit
Term
____________________ smoothes the edges of text displayed on the computer screen.
Definition
Anti-aliasing
Term
____________________ are instructions that are used to control a document while its animation is playing.
Definition
Actions
Term
Actions are part of Flash’s programming language called ____________________.
Definition
ActionScript
Term
The ActionScript language is very similar to the Web language ____________________.
Definition
JavaScript
Term
A(n) ____________________ is a set of one or more actions that perform some function.
Definition
Script
Term
A(n) ____________________ is a situation where the user is interacting with a button such as clicking a button with the mouse and then releasing it.
Definition
Event
Term
A(n) ____________________ tells Flash how to handle an event.
Definition
Event handler
Term
A(n) ____________________ is when you create an animation in which a group of frames is played repeatedly by having the playhead go back to an earlier frame.
Definition
Loop
Term
____________________ means that there are no additional usage fees after you meet the license requirements when you distribute sounds with your projects.
Definition
Royalty-free
Term
____________________ sounds will not play until the entire sound has downloaded completely.
Definition
Event
Term
____________________ sounds are synchronized with the Timeline and begin playing as soon as enough data has downloaded.
Definition
Stream
Term
If you want a sound to play continuously for a period of time, then enter a number in the ____________________ box in the Property inspector that identifies how many times you want the sound to play.
Definition
Repeat
Supporting users have an ad free experience!