Home

GRE - Adobe Flash 1000+ MCQ [Solved] PDF Download

Thursday 9th of March 2023

Sharing is caring

1. 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
Answer : A
2. Every animation needs a starting and ending point. _______________ are used to set these.
A. Scenes
B. Key frames
C. Blank frames
D. Graphic symbols
Answer : B
3. What is an acceptable instance name?
A. 1thumb_mc
B. thumb01.mc
C. *thumb01_mc
D. $01thumb
Answer : D
4. A key frame that contains objects will be represented by a ___________ circle.
A. hollow
B. black
C. blue
D. gray
Answer : B
5. This is like a comic strip that shows the important parts of a story.
A. Timeline
B. Photo Story
C. Comic book
D. Storyboard
Answer : D
6. This tool allows you to grab a color of another object and apply it to another.
A. Merge Tool
B. Move Tool
C. Hand Tool
D. Eyedropper Tool
Answer : D
7. The two ways to draw fills in a drawing?
A. Ink and Pencil
B. Brush and Spray
C. Oval and Shape
D. Fill and Autofill
Answer : B
8. The brush option that paints behind the object on the stage.
A. Paint Inside
B. Paint Selection
C. Paint Behind
D. Paint Normal
Answer : C
9. 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.
Answer : B
10. This is a way to take a word and animate each letter separately.
A. Distribute to layers.
B. Break apart
C. frame-by-frame
D. Convert to symbol
Answer : A
11. The tool that allows you to create a polygon and a star.
A. StarPoly tool
B. PolyStar
C. Custom shape tool
D. . Polygon tool
Answer : B
12. functions need to be bracketed by....
A. [...]
B. (...)
C. {...}
D. :...; (Your Answer)
Answer : C
13. 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
Answer : D
14. Actionscript refers to movieclips via their...
A. symbol name
B. instance name
C.
D.
Answer : B
15. A powerful tool in flash that allows you to have greater control when creating lines.
A. Powerline
B. Line Tool
C. Powertool
D. Pen Tool
Answer : D
16. You can control the width, patterning, color and smoothing of a Pencil stroke all in the....
A. ... Commands Menu.
B. ... Properties Inspector.
C. ... Behaviors Menu.
D.
Answer : B
17. Double-clicking on a stroke will...
A. ... select the entire stroke.
B. ... select the entire object.
C. ... delete the entire stroke.
D.
Answer : A
18. The stacking order of viewing objects is decided by the order of the l
A. scenes
B. frames
C. layers
D. actions
Answer : C
19. 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.
C.
D.
Answer : B
20. 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
Answer : C
21. 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
Answer : B
22. This area is much like a theatre stage. The white area displays what will be shown on the screen This area is much like a theatre stage. The white area displays what will be shown on the screen
A. Dashboard
B. Flash Stage
C. Tools Palette
D. Layers Panel
Answer : B
23. What part of the menu bar allows you to hide/unhide panels?
A. View
B. Edit
C. Window
D. None of the above
Answer : C
24. This ideals with the rotation and movement of the object from one point to another in specific frames.
A. Tweening
B. Shape Tween
C. Motion Tween
D. Transition
Answer : A
25. This type of drawing is a grouped shape; it has a rectangular surrounding in it when selected.
A. Merge Drawing
B. Flash Tool
C. Oval Tool
D. Object Drawing
Answer : D
26. 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
Answer : C
27. The __________ shows the frames in the movie.
A. toolbar
B. Properties pane
C. timeline
D. scene
Answer : C
28. 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
Answer : D
29. The ___________ panel contains the basic tools needed to draw and modify objects.
A. Actions
B. Properties
C. Tools
D. Layers
Answer : C
30. 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.
Answer : D
31. 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);
Answer : C
32. 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);
Answer : D
33. This area in Flash is similar to the clipboard in Microsoft Office applications.
A. Dashboard
B. Layers Panel
C. Library Panel
D. Property Inspector
Answer : C
34. 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.
Answer : A
35. Use this to make a symbol disappear from view (great for changing pictures). You would use motion tween for this method. You have to change the alpha� setting of the symbol. Alpha represents transparency.
A. Zoom
B. Masking
C. Fade Effect
D. Morphing
Answer : C
36. Empty key frames are indicated by a _________________ circle on the timeline
A. hollow
B. black
C. open eye
D. closed eye
Answer : A
37. What is not a possible value for a boolean variable?
A. 0
B. on
C. false
D. 1
Answer : B
38. 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
Answer : A
39. 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.
Answer : C
40. To start Adobe Flash, Click on Start>______>Adobe Flash
A. Adobe Collection
B. All Programs
C. Run
D. Open
Answer : B
41. This is used to change an object from a circle to a square.
A. Mask
B. Shape tween
C. Motion tween
D. Morphing
Answer : B
42. This action allows you to save the object in the library panel for future use.
A. Importing
B. Exporting
C. Convert to text
D. Convert to Symbol
Answer : D
43. A stroke is...
A. ...the width of the paintbrush.
B. ... the color of the paintbrush.
C. ... the outline around a shape.
D. ... the fill of a shape.
Answer : C
44. 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
Answer : A
45. The last step in production. It is done to verify if you have met the goals of the project.
A. Brainstorming
B. Refining
C. Action Scripting
D. Adding sound
Answer : B
46. It is to create new file.
A. Ctrl + O
B. Ctrl + Q
C. Ctrl + T
D. Ctrl + N
Answer : D
47. The tool that creates a rectangle, which you can customize the sides.
A. Rectangle tool
B. Square tool
C. Rectangle primitive tool
D. Oval tool
Answer : C
48. This view that is similar to the old interface of flash and is perfect for old Flash users.
A. Debug View
B. Classic View
C. Twining
D. Transition View
Answer : B
49. 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)
Answer : A
50. ____________ 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
Answer : D

Sharing is caring