TextAnimation Help File


Table of Contents

TextAnimation.Counter
TextAnimation.TypeMode
TextAnimation.Zoom

TextAnimation.Counter


(nil) TextAnimation.Counter ( 

(string) ObjectName,

(number) Delay,

(string) Audio File,

(number) Volume )

Description

Counter effect for label, Input and Paragraph objects.

Parameters

ObjectName

(string) The name of the Label, Input or Paragraph object.

Delay

(number) The time to delay, in milliseconds.

Audio File

(string) The path to the file that you want to set as effect sound

Volume

(number) The volume level represented by a number between 0 and 255. The value 255 is the loudest.


Return

This action returns a (nil) value.



TextAnimation.TypeMode


(nil) TextAnimation.TypeMode ( 

(string) ObjectName,

(number) Delay,

(string) Audio File,

(number) Volume,

(boolean) Cursor = true )

Description

TypeMode effect for label, Input and Paragraph objects.

Parameters

ObjectName

(string) The name of the Label, Input or Paragraph object.

Delay

(number) The time to delay, in milliseconds.

Audio File

(string) The path to the file that you want to set as effect sound

Volume

(number) The volume level represented by a number between 0 and 255. The value 255 is the loudest.

Cursor

(boolean) Whether or not to show the cursor.


Return

This action returns a (nil) value.



TextAnimation.Zoom


(nil) TextAnimation.Zoom ( 

(string) ObjectName,

(number) Delay,

(number) Minimum Size,

(number) Maximum Size,

(string) Audio File,

(number) Volume,

(boolean) Direction = true )

Description

Zoom effect for label, Input and Paragraph objects.

Parameters

ObjectName

(string) The name of the Label, Input or Paragraph object.

Delay

(number) The time to delay, in milliseconds.

Minimum Size

(number) The minimum size of text.

Maximum Size

(number) The maximum size of text.

Audio File

(string) The path to the file that you want to set as effect sound

Volume

(number) The volume level represented by a number between 0 and 255. The value 255 is the loudest.

Direction

(boolean) Whether to zoom in or zoom out.


Return

This action returns a (nil) value.



Made with Action Plugin Compiler