Welcome
TextAnimation.Counter
TextAnimation.TypeMode
TextAnimation.Zoom
|
(nil) TextAnimation.Counter ( |
(string) ObjectName, (number) Delay, (string) Audio File, (number) Volume ) |
Counter effect for label, Input and Paragraph objects.
(string) The name of the Label, Input or Paragraph object.
(number) The time to delay, in milliseconds.
(string) The path to the file that you want to set as effect sound
(number) The volume level represented by a number between 0 and 255. The value 255 is the loudest.
This action returns a (nil) value.
|
(nil) TextAnimation.TypeMode ( |
(string) ObjectName, (number) Delay, (string) Audio File, (number) Volume, (boolean) Cursor = true ) |
TypeMode effect for label, Input and Paragraph objects.
(string) The name of the Label, Input or Paragraph object.
(number) The time to delay, in milliseconds.
(string) The path to the file that you want to set as effect sound
(number) The volume level represented by a number between 0 and 255. The value 255 is the loudest.
(boolean) Whether or not to show the cursor.
This action returns a (nil) value.
|
(nil) TextAnimation.Zoom ( |
(string) ObjectName, (number) Delay, (number) Minimum Size, (number) Maximum Size, (string) Audio File, (number) Volume, (boolean) Direction = true ) |
Zoom effect for label, Input and Paragraph objects.
(string) The name of the Label, Input or Paragraph object.
(number) The time to delay, in milliseconds.
(number) The minimum size of text.
(number) The maximum size of text.
(string) The path to the file that you want to set as effect sound
(number) The volume level represented by a number between 0 and 255. The value 255 is the loudest.
(boolean) Whether to zoom in or zoom out.
This action returns a (nil) value.
Made with Action Plugin Compiler