Behavior : Typing
Author:Rex.Rainbow
- Typing text on text / sprite font object.
Download
Properties
Line break
- Enable to add new line to split lines.
Actions
Setup
Action:Setup
- Setup text-typing.
- Timeline ( object ) : Timeline object for getting timer
Typing
Action:Type text
- Type text letter by letter.
- Text ( number or string ) : Enter the text to set the object's content to.
- Speed ( number ) : 1 letter per seconds
Action:Set typing speed
- Set typing speed.
- Speed ( number ) : 1 letter per seconds
Action:Stop typing
- Stop typing.
- Text state ( Combo ) : Text state, to keep current text or show all
- Options : ["Keep current text","Show all text"]
Action:Append text
- Type text letter by letter in the end of current content.
- Text ( number or string ) : Enter the text to set the object's content to.
Action:Pause typing
Action:Resume typing
Expressions
Content
Expression:Content
Type
Expression:TypingSpeed
Expression:TypingIndex
- Get current index of typing character.
Expression:LastTypingCharacter
- Get last typing character.
Conditions
Typing
Condition:On text typing
- Triggered when text typing.
Condition:On typing completed
- Triggered when typing completed.
Condition:Is text typing