Home
Current Affairs January 2024

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);

Correct Answer :

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


Related Questions

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.

What is the correct answer?

4

If you want to have a loop animation nested with in a symbol that you can tween on the main stage, you would

A. make a graphic symbol, then edit its timeline to animate a movie clip with shape tweens. Then on the main stage, you could motion tween the graphic symbol.

B. make a movie clip symbol, then edit its timeline to animate a movie clip with motion tweens. Then on the main stage, you could motion tween the movie clip symbol.

C. make a shape symbol, then edit its timeline to animate a graphic with shape tweens. Then on the main stage, you could motion tween the shape symbol.

D. make a movie clip symbol, then edit its timeline to animate a shape clip with shape tweens. Then on the main stage, you could motion tween the movie clip symbol.

What is the correct answer?

4

The stacking order of viewing objects is decided by the order of the l

A. scenes

B. frames

C. layers

D. actions

What is the correct answer?

4

Actionscript refers to movieclips via their...

A. symbol name

B. instance name

What is the correct answer?

4

To instruct a button to stop on the first frame of another scene, called replay, you would need to call the following method

A. gotoandplay(1, replay);

B. gotoAndPlay(replay, 1);

C. gotoAndStop(replay, 1);

D. gotoAndStop(1, replay);

What is the correct answer?

4

Shape tweens can only

A. be used to tween between one shape on one frame and another shape on another frame, but on the same layer.

B. be used on the main stage.

C. change the shape of a symbol.

D. eat bunnies.

What is the correct answer?

4

To make an object transparent, the ______ should be set in the Property Inspector panel.

A. Alpha Value Settings

B. Transparency Settings

C. Color Settings

D. Object Settings

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 is not a possible value for a boolean variable?

A. 0

B. on

C. false

D. 1

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

By default, this panel is located below the flash environment.

A. Library Panel

B. Property Inspector Panel

C. Layers Panel

D. All of the above

What is the correct answer?

4

Double-clicking on a stroke will...

A. ... select the entire stroke.

B. ... select the entire object.

C. ... delete the entire stroke.

What is the correct answer?

4

To start Adobe Flash, Click on Start>______>Adobe Flash

A. Adobe Collection

B. All Programs

C. Run

D. Open

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

The difference between the black arrow and the white arrow in the tool box is...

A. the black arrow allows us to manipulate the shape as a whole by repositioning it on the stage or fluidly transforming its shape by selecting the curves that define it and repositioning those. The white arrow allows us to have more precise control of the

B. the black arrow allows us to manipulate the shape as a whole by repositioning it on the stage or fluidly transforming its shape by selecting the curves that define it and repositioning those. The white arrow allows us to transform the shape by scaling, r

C. the white arrow allows us to manipulate the shape as a whole by repositioning it on the stage or fluidly transforming its shape by selecting the curves that define it and repositioning those. The black arrow allows us to have more precise control of the

D. the white arrow allows us to manipulate the shape as a whole by repositioning it on the stage or fluidly transforming its shape by selecting the curves that define it and repositioning those. The black arrow allows us to transform the shape by scaling, r

What is the correct answer?

4

The ___________________ is a holding place for all symbols and imported images and sounds within a single Flash file.

A. library

B. timeline

C. properties

D. tools panel

What is the correct answer?

4

A key frame that contains objects will be represented by a ___________ circle.

A. hollow

B. black

C. blue

D. gray

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

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

A. True

B. False

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

The step in production is performed to add more detailed to your scene.

A. Improvement of design

B. Action Scripting

C. Polishing

D. Create a storyboard

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

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

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

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

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

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

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 a blank keyframe?

A. a frame that is the same as the keyframe before it - it looks like a gray rectangle without a dot

B. a frame that represents a change in content, be that scale, movement, rotation, color, etc - it looks like a gray rectangle with a black dot.

C. a frame without any content - it looks like a white box

D. a frame without any content - it looks like a white box with a white dot