Home
Current Affairs January 2024

What is the correct answer?

4

If you want a button to not be visible to the user but still listen for events, you would need to...

A. set the property .alpha = 0

B. set the property .visible = true

C. set the property .alpha = 1;

D. set the property .visible = false;

Correct Answer :

A. set the property .alpha = 0


Related Questions

What is the correct answer?

4

What is stacking order?

A. It is the order in which Flash executes actionscript. Listeners are run first in order to catch any events that may occur so that all functions may run correctly without causing any TypeErrors.

B. It is the order in which Flash renders a scene - elements are stacked within layers and layers are stacked with the movie. Shapes fall to the bottom of the stack within a layer, allowing for symbols and text objects to rise to the top. Likewise, layers a

C. The order in which you have to nest symbols within movie clips in order for motion tweens to work correctly.

D. The order in which you have to nest movie clips within symbols in order for motion tweens to work correctly.

What is the correct answer?

4

With a button symbol...

A. You need to have content on all four keyframes (Up, Over, Down and Hit).

B. The Over keyframe represents what the button will look like when a user clicks on it.

C. The Hit keyframe represents what the button will look like when a user clicks on it.

D. The hit area will never been seen by the end user.

What is the correct answer?

4

Clicking and dragging the playhead will scrub through your movie so you can see the animation.

A. True

B. False

What is the correct answer?

4

This area in Flash is similar to the clipboard in Microsoft Office applications.

A. Merge Drawing

B. Flash Tool

C. Oval Tool

D. Object Drawing

What is the correct answer?

4

It allows you to insert text within your flash stage.

A. Text Box

B. Text Tool

C. HTML

D. Key frames

What is the correct answer?

4

Where is the envelop distort tool located?

A. With a movie clip selected, use the Free Transform tool and go to its options in the toolbox. The Envelop Distort tool is located at the bottom of the box.

B. With a shape selected, use the Free Transform tool and go to its options in the toolbox. The Envelop Distort tool is located at the bottom of the box.

What is the correct answer?

4

The brush option that paints behind the object on the stage.

A. Paint Inside

B. Paint Selection

C. Paint Behind

D. Paint Normal

What is the correct answer?

4

If you want a button to not be visible to the user but still listen for events, you would need to...

A. set the property .alpha = 0

B. set the property .visible = true

C. set the property .alpha = 1;

D. set the property .visible = false;

What is the correct answer?

4

Use this to move symbols from one point to another. All animation happens between key frames (point A and B). The timeline turns purple between the key frames when this feature is being used. A dashed or dotted line in the colored area indicates a problem

A. Motion Tween

B. Mask

C. Shape Tween

D. Action Script (Your Answer)

What is the correct answer?

4

This is, by far, the most tedious way to create animations.

A. Shape Tween

B. Motion Tween

C. Mask

D. Frame-by-Frame

What is the correct answer?

4

Which option represents the correct syntax for writing an event listener for a movie clip called sandbox_mc

A. sandbox_mc.addeventlistener(mouseevent.click, buildCastle);

B. sandbox_mc.addEventListener(MouseEvent.Click, buildCastle);

C. sandbox_mc.addEventListener(MouseEvent.CLICK, buildCastle);

D. sandBox_mc.addEventListener(MouseEvent.Click, buildCastle);

What is the correct answer?

4

You can change a solid color into a gradient in the....

A. ... color menu.

B. ... swatches menu.

C. ...properties inspector.

D. ... all of the above.

What is the correct answer?

4

To make a donut shape you would use the...

A. ... Oval Tool.

B. ... Oval Primitive Tool and adjust the Start Angle.

C. ... Oval Primitive Tool and adjust the Inner Radius.

What is the correct answer?

4

This is like a comic strip that shows the important parts of a story.

A. Timeline

B. Photo Story

C. Comic book

D. Storyboard

What is the correct answer?

4

Clicking and dragging with the pen tool creates...

A. a straight line.

B. a curved line.

What is the correct answer?

4

This tool is useful when you are zoomed in and need to move around an area in your artwork.

A. Merge Tool

B. move Tool

C. Hand Tool

D. Zoom Tool

What is the correct answer?

4

Any item placed on a frame that has not been converted to a graphic, button, or movie clip. This includes shapes you draw as well as images you insert/import (jpg, bitmaps, etc.). Use this to do a shape tween or mask effect.

A. Layer

B. vector

C. bitmap

D. object

What is the correct answer?

4

This is the shortcut key for adding a keyframe.

A. Erase Objects

B. Erase Only Shapes

C. Erase Selected Fills

D. Erase Normal

What is the correct answer?

4

What is dot syntax?

A. Refers to when a dot or period (.) is used in actionscript to conclude a line of code.

B. Refers to when a dot or period (.) is used in actionscript to access a property or method of an object.

C. Refers to when a dot or period (.) is used in actionscript to being a function.

D. Refers to when a dot or period (.) is used in actionscript to set a parameter.

What is the correct answer?

4

What does the abbreviation, FPS means?

A. Flick Per Scene

B. Frames Per Second

C. Frames Per Scene

D. Flick Per Second

What is the correct answer?

4

You can control the fluidity of the line drawn with the pencil tool.

A. True

B. False

What is the correct answer?

4

What is the most common user error (according to Meg) in writing actionscript?

A. forgetting to name your instances

B. misspelling an instance name or variable

C. forgetting a { or }

D. all of the above

What is the correct answer?

4

functions need to be bracketed by....

A. [...]

B. (...)

C. {...}

D. :...; (Your Answer)

What is the correct answer?

4

____________ is a way to partially hide an image in the layer immediately below another layer. The 2 layers get locked� together to produce the effect.

A. Morphing

B. Tweening

C. Stacking

D. Masking

What is the correct answer?

4

A pen tool with a small circle next to it means you can...

A. ...close a shape.

B. ...open a shape.

C. ...delete a shape.

What is the correct answer?

4

This tool allows you to modify the gradient in three ways.

A. Merge Drawing

B. Flash Tool

C. Gradient Transform Tool

D. Object Drawing

What is the correct answer?

4

Anticipation is...

A. the animation principle that deals with the motion at the end of an action.

B. the animation principle that deals with the effect on the surrounding environment as an action occurs.

C. the animation principle that deals with the motion at the beginning of an action.

D. the animation principle that deals with the transformation of object as it moves through its action and reacts with gravity.

What is the correct answer?

4

The ___________ panel contains the basic tools needed to draw and modify objects.

A. Actions

B. Properties

C. Tools

D. Layers

What is the correct answer?

4

Actionscript refers to movieclips via their...

A. symbol name

B. instance name

What is the correct answer?

4

A white box with a diagonal red line through it means...

A. ... no color.

B. ... do not enter.

C. ... no data.