• home
  • forum
  • my
  • kt
  • download
  • Basics of Using Text in Flash

    Author: 2007-06-12 13:31:38 From:

    Static Text

    1. Drag a Textbox of Fixed-width on the stage using the Text tool and select Static Text Type from the Properties window.

    2. The Static textbox has a rectangular handle in the upper right corner, which can be used to adjust the size of the Textbox.

    3. The various Text properties such as the Font, Font-size, Font-style, Font-color, Align etc. can be set using the Properties inspector as shown above.

    4. Expanding-width textboxes can be created by selecting the Text tool and clicking once on the stage without draging it, and start typing the text in it. Note that the expanding textboxes have a round handle as shown above.

    Input Text

    1. Drag a Textbox on the stage using the Text tool and select Input Text Type from the Properties window.

    2. The Input textbox has a rectangular handle in the lower right corner, which can be used to adjust the size of the Textbox.
    3. Apart from the normal Font properties of a Static textbox, the Input textbox has more options like, Single Line to display the text as one line, Show Border Around Text to indicate the boundaries of the text field with a visible border.
    4. A variable name can also be given which can be used to store user input.

    Dynamic Text

    1. Drag a Textbox on the stage using the Text tool and select Dynamic Text Type from the Properties window.

    2. The normal Font properties of a textbox can be set for a Dynamic textbox and it also has more options like, variable names can be given, line options can be given say, Single Line to display the text as one line, Selectable and Render text as HTML.
    3. Variable names are used to assign dynamic values at runtime or obtain values from External Sources.

      dyn_txt = "SmartWebby Visitor!"

    discuss this topic to forum

    relation tutorial

    No relevant information

    Category

      3D (20)
      Math Physics (14)
      3rd Party (5)
      Navigation (60)
      Actionscripting (26)
      Optimization (16)
      Animation (32)
      Projector (9)
      Audio (46)
      Special Effects (112)
      Backend (25)
      Text Effects (65)
      Drawing (18)
      Tips and Techniques (41)
      Dynamic Content (25)
      Tricks (6)
      Games (66)
      Utilities (19)
      Getting Started (71)
      Video (10)
      Interactivity (21)
      Web Design (22)

    New

    Hot