Text Object Panel
|
Top Previous Next |
![]() |
|
Characters for embedded fonts
|
Defines which characters will be embedded in the Movie:
|
· | All characters (ASCII) : All character embedded.
|
· | Only these characters : A defined set of characters will be embedded.
|
· | Upper case letters (A..Z ) : Embed all upper case letters
|
· | Lower case letters (a..z) : Embed all lower case letters
|
· | Digits (0..9) : Embed all digits
|
· | Punctuation : Embed all punctuation characters
|
· | These characters : The inputted set of characters will be embedded ( Note: No spaces or commas are required between the character list)
|
· | Static: A standard text object.
|
· | Dynamic: A text object that can be altered by a script while the Movie is running.
|
· | Input: A text object that can be altered by the Movie viewer, typically used for input forms.
|
· | Hide Options
|
Hides the dimensions, formatting and advanced text options.
|
|
· | Dimensions
|
Displays the following options for controlling your text fields dimensions:
|
|
![]() |
This option allows you to set Margins and an Indent for your text object. When selected you can set the following options:
|
|
Indent
|
Sets the amount to indent the first line of the Text Object.
|
Width
|
Sets the sizes of the right margin for the Text Object.
|
|
![]() |
When selected defines the height of the text field to be the size of the text. When unselected you can define the height of the text field using the Height/Lines selection.
|
|
Height/Lines
|
When Height is selected you can define the height of the text field to be a set number of pixels. When Lines is selected you can define the height of the text field to be a set number of lines.
|
|
· | Formatting
|
Displays the following formatting options:
|
![]() |
When selected the Auto Kerning option uses the kerning settings in the font in use.
|
|
![]() |
Preserves HTML text formatting options such as size and hyperlinks for input and dynamic text fields. HTML text formatting can only be seen externally from SWiSHmax, for example using File | Test | In Player. The HTML tags <A>, <B>, <FONT COLOR>, <FONT FACE>, <FONT SIZE>, <I>, <P>, and <U>. The HTML attributes supported are LEFTMARGIN, RIGHTMARGIN, ALIGN, INDENT, and LEADING.
|
|
![]() |
Wraps lines of text at the end of the text field, otherwise text is only wrapped at carriage returns.
|
|
Kerning
|
The Kerning control adjusts the horizontal distance between characters in a word. A negative number will move the characters closer together, while a positive number will move the characters further apart. A value of zero (the default setting) resets the kerning to the standard distances defined by the font.
|
|
Leading
|
The Leading control adjusts the vertical distance between lines in a multi-line Text Object. A negative number will move the lines closer together, while a positive number will move the lines further apart. A value of zero (the default setting) resets the leading to the standard distance defined by the font.
|
|
· | Advanced
|
Displays the following advanced text options:
|
|
![]() |
![]() |
Shows the text field with a black border and a white background.
|
|
![]() |
The user can select the text in the text field.
|
|
![]() |
The * character is displayed for each text character, useful for password input fields.
|
|
![]() |
Allows users to use the enter key for newlines when entering text in an input text field.
|
|
![]() |
Uses the name of the parent group/sprite/button/scene as the text. Useful for text in button states, as the text that appears in the button has the same name as the button.
|
|
Variable (Input and Dynamic Text only)
|
If the dynamic/input text field is a target, then setting this option lets you use a variable to access the text field contents, otherwise you need to use the ".text" property of the text field. If you do set this option, then the variable you specify MUST have a name different to the name of the text field itself. If the dynamic/input text field is NOT a target, then it is automatically associated with a variable of the same name (eg. for a simple text field called 'myfield' you would use the variable also called 'myfield' to access the text field contents via the scripting language. See Text Field Object for more information on scripting).
|
|
Maximum characters allowed (Input text only)
|
For Input text, this option will allow you to limit the number of characters that the user will be able to type into this field.
|
|