Text Animation In Adobe Flash! Quiz

Approved & Edited by ProProfs Editorial Team
The editorial team at ProProfs Quizzes consists of a select group of subject experts, trivia writers, and quiz masters who have authored over 10,000 quizzes taken by more than 100 million users. This team includes our in-house seasoned quiz moderators and subject matter experts. Our editorial experts, spread across the world, are rigorously trained using our comprehensive guidelines to ensure that you receive the highest quality quizzes.
Learn about Our Editorial Process
| By Emb03
E
Emb03
Community Contributor
Quizzes Created: 4 | Total Attempts: 1,249
Questions: 10 | Attempts: 184

SettingsSettingsSettings
Text Animation In Adobe Flash! Quiz - Quiz

Welcome to this trivia quiz that tests out what you know about Text animation in adobe flash. As a designer, how about you give it a shot and get to see if you are using the software properly and its various functions? All the best as you tackle it, and keep on practicing to perfect your skills!


Questions and Answers
  • 1. 

    When do you embed fonts?

    • A.

      When using static text.

    • B.

      When using dynamic text.

    • C.

      When importing photoshop.

    • D.

      When importing bitmaps.

    Correct Answer
    B. When using dynamic text.
    Explanation
    You embed fonts when using dynamic text because dynamic text is generated at runtime and may not have access to the necessary fonts on the user's device. By embedding the fonts, you ensure that the text will be displayed correctly regardless of the user's font availability.

    Rate this question:

  • 2. 

    Where do you embed fonts?

    • A.

      In the properties panels for the movie clip.

    • B.

      In the properties panel for dynamic text.

    • C.

      In the properties panel for static text.

    • D.

      In a flash publish settings.

    Correct Answer
    B. In the properties panel for dynamic text.
    Explanation
    In order to embed fonts in a Flash project, you need to access the properties panel for dynamic text. This panel allows you to select the specific font you want to embed and customize its settings. By embedding fonts, you ensure that the text will appear correctly even if the user does not have the font installed on their computer. Embedding fonts is particularly important when working with dynamic text, as it allows the text to be displayed accurately regardless of the user's system.

    Rate this question:

  • 3. 

    Why do you embed fonts?

    • A.

      To ensure end-users see the correct font.

    • B.

      In Flash, you must embed all fonts.

    • C.

      To write Actionscript for the fonts.

    • D.

      When you install Flash for the first time.

    Correct Answer
    A. To ensure end-users see the correct font.
    Explanation
    Embedding fonts is done to ensure that end-users see the correct font. When a font is embedded, it is included within the file itself, allowing it to be displayed correctly even if the user does not have that particular font installed on their system. This is particularly important for designs that rely on specific fonts to maintain their intended appearance. By embedding the font, the designer can guarantee that the end-user will see the design as intended, regardless of whether they have the required font installed or not.

    Rate this question:

  • 4. 

    The following image is an example of what?

    • A.

      A stylesheet

    • B.

      Actionscript

    • C.

      An HTML document

    • D.

      An XML document

    Correct Answer
    A. A stylesheet
    Explanation
    The image is an example of a stylesheet because it is a file that contains instructions for how to display a document. Stylesheets are commonly used in web development to control the layout, formatting, and appearance of HTML or XML documents.

    Rate this question:

  • 5. 

    What are some differences between static and dynamic text?

    • A.

      Google searches static text.

    • B.

      Google search dynamic text.

    • C.

      You can load HTML files into static text.

    • D.

      You can load HTML files into dynamic text.

    Correct Answer(s)
    A. Google searches static text.
    D. You can load HTML files into dynamic text.
    Explanation
    The given answer correctly identifies two differences between static and dynamic text. The first difference is that Google searches static text, meaning that search engines can crawl and index static text content. On the other hand, search engines may not be able to effectively search or index dynamic text as it is often generated dynamically through scripts or databases. The second difference is that HTML files can be loaded into dynamic text, allowing for the integration of dynamic content within HTML files. This suggests that dynamic text can be updated or changed based on user interactions or backend data, while static text remains unchanged.

    Rate this question:

  • 6. 

    What line of code renders the following in a published SWF? (choose one) He was ready to leave!

    • A.

      Text3_txt.htmlText = "He was ready to leave!";

    • B.

      Text3_txt.htmlText = "He was ready to leave!";

    • C.

      Text3_txt.htmlText = "He was ready to leave!";

    • D.

      Text3_txt.htmlText = "He was ready to leave!";

    Correct Answer
    C. Text3_txt.htmlText = "He was ready to leave!";
    Explanation
    The correct line of code that renders the given text in a published SWF is "text3_txt.htmlText = "He was ready to leave!";" This line of code assigns the text "He was ready to leave!" to the htmlText property of the text3_txt text field, which will display the text in the SWF.

    Rate this question:

  • 7. 

    Which combination of character sets do you need to embed for the following to render correctly? "He lost 3 games out of the last seven."

    • A.

      Basic Latin, numerals, and punctuation

    • B.

      Uppercase, lowercase, Basic Latin

    • C.

      The entire set of glyphs

    • D.

      The letters: H, e, l, o, s, t, g, a, m, s, u, h, v

    Correct Answer
    A. Basic Latin, numerals, and punctuation
    Explanation
    To render the sentence "He lost 3 games out of the last seven" correctly, you would need to embed the character sets of Basic Latin, numerals, and punctuation. This is because the sentence includes letters from the Basic Latin alphabet, the numeral "3," and punctuation marks such as spaces, commas, and periods.

    Rate this question:

  • 8. 

    In static text fields, Flash only embeds the glyphs (outlines) needed. In the following sentence, what glyphs is Flash embedding?  HEEBIE geebie.

    • A.

      H, E, B, I, g, e, b, i, . (commas not included)

    • B.

      HEEBIE geebie.

    • C.

      H, E, B, I (commas not included)

    • D.

      H, e b, i, g (commas not included)

    Correct Answer
    A. H, E, B, I, g, e, b, i, . (commas not included)
    Explanation
    Flash is embedding the glyphs for the letters H, E, B, I, g, e, b, i, and the period symbol "." in the sentence "HEEBIE geebie." The commas are not included in the glyphs that Flash embeds.

    Rate this question:

  • 9. 

    Advantages of using dynamic text fields include: 

    • A.

      You can make the text scrollable.

    • B.

      You don't need to open the Flash program to make changes.

    • C.

      You can make global changes with an external stylesheet.

    • D.

      You can't animate the static text.

    Correct Answer(s)
    A. You can make the text scrollable.
    B. You don't need to open the Flash program to make changes.
    C. You can make global changes with an external stylesheet.
    Explanation
    Dynamic text fields have several advantages over static text fields. One advantage is that you can make the text scrollable, which allows for displaying longer content without taking up too much space on the screen. Another advantage is that you don't need to open the Flash program to make changes to the text. This makes it easier and more convenient to update the text without having to go through the entire editing process. Additionally, dynamic text fields allow for making global changes with an external stylesheet, which means that you can easily apply consistent formatting and styling across multiple text fields.

    Rate this question:

  • 10. 

    The three types of text fields in Flash are: 

    • A.

      Dynamic, still, interactive

    • B.

      Dynamic, scripted, static

    • C.

      Dynamic, output, static

    • D.

      Dynamic, input, static

    Correct Answer
    D. Dynamic, input, static
    Explanation
    The correct answer is "Dynamic, input, static". In Flash, dynamic text fields are used to display text that can be changed at runtime, input text fields are used to allow users to enter text, and static text fields are used to display text that cannot be changed by the user.

    Rate this question:

Quiz Review Timeline +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 19, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Nov 03, 2008
    Quiz Created by
    Emb03

Related Topics

Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.