Welcome
MoveText
1.0.0.0
Freeware
Over
MoveText.ObjectText
MoveText.ObjectTextMod
MoveText.ObjectTextRight
MoveText.ObjectTextRightMod
MoveText.ListBoxText
MoveText.ListBoxTextMod
MoveText.ListBoxExText
MoveText.ListBoxExTextMod
MoveText.GridText
MoveText.GridTextMod
MoveText.ObjectText ( | (table) Object type, (string) Name, (number) Time ) |
To make move efect in object text.
(table) The object type, only found Button, CheckBox, ComboBox, Input, Label, Paragraph, Progress, RadioButton, RichText and WinButton.
CONSTANT | VALUE | DESCRIPTION |
Button | NA | To set moviment in Buttons |
CheckBox | NA | To set moviment in CheckBox |
ComboBox | NA | To set moviment in ComboBox |
Input | NA | To set moviment in Input |
Label | NA | To set moviment in Label |
Paragraph | NA | To set moviment in Paragraph |
Progress | NA | To set moviment in Progress |
RadioButton | NA | To set moviment in RadioButton |
RichText | NA | To set moviment in RichText |
WinButton | NA | To set moviment in WinButton |
(string) The name of the object, only found Button, CheckBox, ComboBox, Input, Label, Paragraph, Progress, RadioButton, RichText and WinButton.
(number) Time Step in milliseconds.
This action dose not return any value.
MoveText.ObjectTextMod ( | (table) Object type, (string) Name, (number) Time, (string) Text ) |
To make move efect in custom text.
(table) The object type, only found Button, CheckBox, ComboBox, Input, Label, Paragraph, Progress, RadioButton, RichText and WinButton.
CONSTANT | VALUE | DESCRIPTION |
Button | NA | To set moviment in Button |
CheckBox | NA | To set moviment in CheckBox |
ComboBox | NA | To set moviment in ComboBox |
Input | NA | To set moviment in Input |
Label | NA | To set moviment in Label |
Paragraph | NA | To set moviment in Paragraph |
Progress | NA | To set moviment in Progress |
RadioButton | NA | To set moviment in RadioButton |
RichText | NA | To set moviment in RichText |
WinButton | NA | To set moviment in WinButton |
(string) The name of the object, only found Button, CheckBox, ComboBox, Input, Label, Paragraph, Progress, RadioButton, RichText and WinButton.
(number) Time Step in milliseconds.
(string) The text to be displayed on the Object.
This action dose not return any value.
MoveText.ObjectTextRight ( | (table) Object type, (string) Name, (number) Time ) |
To make right move efect in object text.
(table) The object type, only found Button, CheckBox, ComboBox, Input, Label, Paragraph, Progress, RadioButton, RichText and WinButton.
CONSTANT | VALUE | DESCRIPTION |
Button | NA | To set moviment in Buttons |
CheckBox | NA | To set moviment in CheckBox |
ComboBox | NA | To set moviment in ComboBox |
Input | NA | To set moviment in Input |
Label | NA | To set moviment in Label |
Paragraph | NA | To set moviment in Paragraph |
Progress | NA | To set moviment in Progress |
RadioButton | NA | To set moviment in RadioButton |
RichText | NA | To set moviment in RichText |
WinButton | NA | To set moviment in WinButton |
(string) The name of the object, only found Button, CheckBox, ComboBox, Input, Label, Paragraph, Progress, RadioButton, RichText and WinButton.
(number) Time Step in milliseconds.
This action dose not return any value.
MoveText.ObjectTextRightMod ( | (table) Object type, (string) Name, (number) Time, (string) Text ) |
To make right move efect in custom text.
(table) The object type, only found Button, CheckBox, ComboBox, Input, Label, Paragraph, Progress, RadioButton, RichText and WinButton.
CONSTANT | VALUE | DESCRIPTION |
Button | NA | To set moviment in Button |
CheckBox | NA | To set moviment in CheckBox |
ComboBox | NA | To set moviment in ComboBox |
Input | NA | To set moviment in Input |
Label | NA | To set moviment in Label |
Paragraph | NA | To set moviment in Paragraph |
Progress | NA | To set moviment in Progress |
RadioButton | NA | To set moviment in RadioButton |
RichText | NA | To set moviment in RichText |
WinButton | NA | To set moviment in WinButton |
(string) The name of the object, only found Button, CheckBox, ComboBox, Input, Label, Paragraph, Progress, RadioButton, RichText and WinButton.
(number) Time Step in milliseconds.
(string) The text to be displayed on the Object.
This action dose not return any value.
MoveText.ListBoxText ( | (string) Name, (number) Index, (number) Time ) |
To make move efect in ListBox text.
(string) The name of the listbox object, only found in ListBox.
(number) The index (line number) whose item text you want. You can use number or variable.
(number) Time Step in milliseconds.
This action dose not return any value.
MoveText.ListBoxTextMod ( | (string) Name, (number) Index, (number) Time, (string) Text ) |
To make move efect in custom text.
(string) The name of the listbox object, only found in ListBox.
(number) The index (line number) whose item text you want. You can use number or variable.
(number) Time Step in milliseconds.
(string) The text to be displayed on the Object.
This action dose not return any value.
MoveText.ListBoxExText ( | (string) Name, (number) Index, (number) Time ) |
To make move efect in ListBoxEx text.
(string) The name of the listboxex object, only found in ListBoxEx.
(number) The index (line number) whose item text you want. You can use number or variable.
(number) Time Step in milliseconds.
This action dose not return any value.
MoveText.ListBoxExTextMod ( | (string) Name, (number) Index, (number) Time, (string) Text ) |
To make move efect in custom text.
(string) The name of the listboxex object, only found in ListBoxEx.
(number) The index (line number) whose item text you want. You can use number or variable.
(number) Time Step in milliseconds.
(string) The text to be displayed on the Object.
This action dose not return any value.
MoveText.GridText ( | (string) Name, (number) Row, (number) Column, (boolean) Redraw, (number) Time ) |
To make move efect in Grid text.
(string) The name of the listboxex object, only found in ListBoxEx.
(number) The number of rows in the grid object whose item text you want. You can use number or variable.
(number) The number of column in the grid object whose item text you want. You can use number or variable.
(boolean) Whether the grid should be automatically redrawn after the operation. Usually you will want to set this to true. However there may be times when you want to perform a lot of grid actions and delay the redraw until later. This is an optional argument. If omitted it will default to true.
(number) Time Step in milliseconds.
This action dose not return any value.
MoveText.GridTextMod ( | (string) Name, (number) Row, (number) Column, (boolean) Redraw, (number) Time, (string) Text ) |
To make move efect in custom text.
(string) The name of the listboxex object, only found in ListBoxEx.
(number) The number of rows in the grid object whose item text you want. You can use number or variable.
(number) The number of column in the grid object whose item text you want. You can use number or variable.
(boolean) Whether the grid should be automatically redrawn after the operation. Usually you will want to set this to true. However there may be times when you want to perform a lot of grid actions and delay the redraw until later. This is an optional argument. If omitted it will default to true.
(number) Time Step in milliseconds.
(string) The text to be displayed on the Object.
This action dose not return any value.
This File Was Generated With AMS ActionFile Editor