Term
| When using ActionScriept to refer to a specific instance, you must refer to its instance ______________. |
|
Definition
|
|
Term
| The code to change the alpha property of a movie clip instance named circle_mc to 30% is _________________. |
|
Definition
|
|
Term
| Flash recognizes the _________ suffix for movie clip instances. |
|
Definition
|
|
Term
| Flash recognizes the ____________ suffix for text field instances. |
|
Definition
|
|
Term
| Flash recognizes the _________ suffix for button instances. |
|
Definition
|
|
Term
| The prebuilt _________ function displays values in the Output panel. |
|
Definition
|
|
Term
| The __________ links a property to a particular object. |
|
Definition
|
|
Term
| __________ are used to group arguments in methods and functions. |
|
Definition
|
|
Term
| The term action and ________ are often interchangeable. |
|
Definition
|
|
Term
| Parameters are sometimes referred to as ________. |
|
Definition
|
|
Term
| _____________ are built-in capabilities of an object that perform certain actions or respond to certain events. |
|
Definition
|
|
Term
| ________ refers to the rules of a language. |
|
Definition
|
|
Term
| Actionscript statements should end with a ____________. |
|
Definition
|
|
Term
| Object types are coded using a ___________ character and followed by the type identifier. |
|
Definition
|
|
Term
| The result of a function, such as a return value, must be assigned a ________. |
|
Definition
|
|
Term
| The event ______ is the object to which the event will happen. |
|
Definition
|
|
Term
| With an event handler, the ____________ is the steps that are performed when the event occurs. |
|
Definition
|
|
Term
| An event _________ is a method that the Flash Player executes in response to specific events. |
|
Definition
|
|
Term
| ___________ are notes within the ActionScript code that explain what is happening. |
|
Definition
|
|
Term
| A ___________ is a blueprint for an object that describes the properties, methods, and events for the object. |
|
Definition
|
|
Term
| A variable must be _________, which means you need to specify what kind of data it can contain. |
|
Definition
|
|
Term
| _______________ means that as a file is downloading, the initial content can start playing while the rest of the content continues to be downloaded. |
|
Definition
|
|
Term
| A ______________ is a short animation or message located in the first few frames of a Flash file. |
|
Definition
|
|
Term
| The ____________ command simulates the time it takes to downlaod a SWF file based on the type of Internet connection you select. |
|
Definition
|
|
Term
| An __________ form allows the user to enter data into text boxes. |
|
Definition
|
|
Term
| Creating an input form requires the use of ___________ and input text. |
|
Definition
|
|
Term
| You can use ___________ to combine assignment and arithmetic operators, such as Amount +=5. |
|
Definition
|
|
Term
| The __________ operator causes a condition to be true if either one of the comparisons is true. |
|
Definition
|
|
Term
| Values entered into an input block are treated as ______ characters. |
|
Definition
|
|
Term
| A dynamic text block can contain only _______ data. |
|
Definition
|
|