Top Property

Description

Returns or sets the top edge of the specified character's frame.

Syntax

agent.Characters ("CharacterID").Top [= value]

Part Description
value A Long integer that specifies the character's top edge.

Remarks

The Top property is always expressed in pixels, relative to screen origin (upper left).

Even though the character appears in an irregularly shaped region window, the location of the character is based on the external dimensions of the rectangular animation frame used when the character was compiled with the Microsoft Agent Character Editor.

Use the MoveTo method to change the character's location.

--------------------------------------------------------