The MovieClip class is used to add the concept of frames, frame labels, and scenes in ActionScript, with all the properties and methods required to query and control the playhead. A user can create MovieClip objects programmatically, but frames, labels, or scenes cannot be added with ActionScript code.
Download free practice test for ace-flash ACE Flash exam. Download practice question and study guide for 9A0-058 for exam.Archive for the ‘ACE Flash’ category
What is the MovieClip class?
November 4th, 2009What are Flash tools?
November 4th, 2009Flash tools are arranged in a panel and are used for creating different types of graphics in Flash. The names of the tools, along with their respective icons, are given in the table below:
| Tool | Icon |
| Select arrow | ![]() |
| Subselection | ![]() |
| Free Transform | ![]() |
What is the [] array access operator?
September 24th, 2009The array access ([]) operator enables a user to set and retrieve instance, variable, and object names dynamically. The operator also allows a user to access the properties of an object, including a movie clip.
The syntax for the array access ([]) operator is as follows:
Conditional statements
September 24th, 2009Conditional statement is used for decision-making. It performs an action depending on whether or not a condition is true. If the condition is true, the statements following the condition are executed. But if the condition returns false, it will disregard the enclosed actions and continue to the next statement that follows the condition block.
What is a component?
August 18th, 2009A component is a movie clip that performs a specific task. Components are designed to allow a user to create interface pieces that can be reused over and over again. A component allows a user to customize the component either during authoring in Flash or at run time with ActionScript.
How to add a component to a movie manually?
August 18th, 2009Take the following steps to add a component to a movie manually:
- Select Window > Components to open the Components panel.

- In the Components panel, select a component and drag it onto the stage.
Or, alternatively, double-click a component in the panel.

How to distribute objects to layers?
August 17th, 2009Take the following steps to distribute objects to layers:
- Select the objects to distribute to layers.

- Select Modify > Timeline > Distribute to Layers.

Or, alternatively, right-click (Windows) or control-click (Macintosh) one of the selected objects, and select the Distribute to Layers option from the pop-up menu.

How to break text apart to place each character in a separate text field?
August 17th, 2009Take the following steps to break text apart to place each character in a separate text field:
- Click the text field with the Selection tool
.

- Select Modify > Break Apart.

Note: This action breaks the selected text apart and places each character in a separate text field.
How to duplicate a motion tween?
August 17th, 2009Take the following steps to duplicate a motion tween:
- Click the first frame, hold down the Shift key, and then click the last frame in the Timeline to select the motion tween.

- Select Edit > Timeline > Copy Motion.

How to add a shape hint?
August 16th, 2009Take the following steps to add a shape hint:
- Select the first keyframe of the shape tween.

- Choose Modify > Shape > Add Shape Hint.

Note: A letter in a red circle appears in the middle of the shape.

- Move the first shape hint to a point on the shape.



