Paragraph Object

Here are the object's settings as they appear in the properties pane:

Object

Name

The name that is used to identify this object.

Text

The text that you want to display on the paragraph object. Click the edit button to open the Edit Text dialog, where you can import, edit and spell check this object's text.

Font

The font that you want to use for the text. Click the edit button to open the Font dialog where you can edit all of the font settings.

Tip: You can set the default font for this object type by configuring its settings on the Objects tab in Edit > Preferences.

FontFamily

The font family that you want to use.

FontSize

The font size, in points.

FontBold

Make the text bolded.

FontItalic

Make the text appear in italics.

Alignment

The alignment to use. Choose from:

Left

Left-align the text within the object's bounding box, like so:

This text is left-aligned

Center

Center the text within the object's bounding box, like so:

This text is centered

Right

Right-align the text within the object's bounding box, like so:

This text is right-aligned

BackgroundStyle

The background style to use for the object. Choose from:

Solid

Make the background a solid color.

Transparent

Make the background of the object transparent.

BackgroundColor

The solid color to use as your background. You can click the select button to bring up a color chooser.

Tip: Clicking the "More Colors..." button on the color menu allows you to choose either a standard color/custom color, or use the eyedropper to pick a color from somewhere within the AutoPlay application window.

BorderStyle

The type of border to display around the object text. Choose from 'None' or 'Solid'.

BorderColor

The border color. You can click the select button to bring up a color chooser.

Tip: Clicking the "More Colors..." button on the color menu allows you to choose either a standard color/custom color, or use the eyedropper to pick a color from somewhere within the AutoPlay application window.

Scrollbars

ScrollbarStyle

The style of scroll bar to use. Click the select button to choose one of the available scroll bar styles.

Note: You can find the skin files for the scroll bar styles in the Plugins\Scrollbars folder located within your AutoPlay Media Studio program directory.

Vertical

Include a vertical scroll bar for the text. Choose from:

Auto

Include a vertical scroll bar if the amount of text to be displayed exceeds the vertical visible area.

On

Include a vertical scroll bar.

Off

Don't include a vertical scroll bar.

Horizontal

Include a horizontal scroll bar for the text. Choose from:

Auto

Include a horizontal scroll bar if the amount of text to be displayed exceeds the horizontal visible area.

On

Include a horizontal scroll bar.

Off

Don't include a horizontal scroll bar.

Colors

Normal

The text color used when the mouse is not over the object and the user is not clicking on it.

Tip: You can click the select button to bring up a color chooser. Clicking the "More Colors..." button on the color menu allows you to choose either a standard color/custom color, or use the eyedropper to pick a color from somewhere within the AutoPlay application window.

Highlight

The text color used while the mouse is held over the object.

Click

The text color used while the left mouse button is pressed down on the object.

Disabled

The text color for the disabled state. This color will persist until a Paragraph.SetEnabled action is called. While in the disabled state, the object will not respond to any mouse overs or clicks.

Attributes

TooltipText

A short string of text that will appear after the mouse hovers over this object for a moment.

Tip: You can choose from several tooltip styles for all tooltips in your project, Standard, Balloon and Extended. This setting can be found on the Appearance tab of the Project > Settings.

Tip: If you want a newline in your tooltip text, use "\r\n". For example, for an Extended tooltip, "My First Line\r\nMy Second Line|My Title". Newlines are not supported in the Title text for Balloon or Extended styles.

Tip: If you want a "&" character in the text, you must enter "&&&".

Enabled

Enable the object so it responds to user interaction. Choose from:

True

The object will respond to mouse overs and clicks and perform any actions assigned to it's events.

False

The object will not respond to any mouse overs or clicks and will not perform any actions until it is enabled.

Note: You can use the Paragraph.SetEnabled action to enable this object.

Visible

Set the object's initial visibility. Choose from:

True

The object will be visible when the page or dialog is displayed.

False

The object will be invisible when the page or dialog is displayed.

Note: You can use the Paragraph.SetVisible action to make the object visible or invisible at run time.

Cursor

The mouse pointer that will be used while the mouse is over this object.

Position

Left

The distance in pixels from the left edge of the object to the left edge of the page or dialog.

Tip: You can also change the position of an object by dragging it or using the arrow keys.

Top

The distance in pixels from the top edge of the object to the top edge of the page or dialog.

Width

The width of the object in pixels.

Tip: You can also resize an object by dragging one of the resize handles on its bounding box.

Height

The height of the object in pixels.

Auto-Resize

ResizeLeft

Whether the left side of the object will move when resized. Choose from:

True

The left side of the object will move when the application is resized.

False

Don't move the left side of the object when the application is resized.

ResizeRight

Whether the right side of the object will move when resized. Choose from:

True

The right side of the object will move when the application is resized.

False

Don't move the right side of the object when the application is resized.

ResizeTop

Whether the top of the object will move when resized. Choose from:

True

The top of the object will move when the application is resized.

False

Don't move the top of the object when the application is resized.

ResizeBottom

Whether the bottom of the object will move when resized. Choose from:

True

The bottom of the object will move when the application is resized.

False

Don't move the bottom of the object when the application is resized.

Sounds

HighlightSound

The sound that will be played when the mouse moves over this object. Choose from:

None

Don't play any sound.

Standard

Play the default mouse over sound, as configured on the Sound Effects tab of the Audio Settings dialog.

Custom

Play a custom mouse over sound.

HighlightFile

The custom audio file to play. Click the browse button to select an appropriate sound file.

ClickSound

The sound that will be played when the user clicks on this object. Choose from:

None

Don't play any sound.

Standard

Play the default mouse click sound, as configured on the Sound Effects tab of the Audio Settings dialog.

Custom

Play a custom mouse click sound.

ClickFile

The custom audio file to play. Click the browse button to select an appropriate sound file.

Actions

Quick Action

A quick action to perform when the object is clicked. Click the edit button to select a quick action.

On Click

The actions that will be performed when the user clicks on this object. Click the edit button to open the script editor.

On Right-Click

The actions that will be performed when the user right-clicks on this object. Click the edit button to open the script editor.

On Enter

The actions that will be performed when the mouse moves onto this object ("enters" the object's territory). Click the edit button to open the script editor.

On Leave

The actions that will be performed when the mouse moves off of this object ("leaves" the object's territory). Click the edit button to open the script editor.