rex_text_typing
Plugin, ACE table, Discussion thread
Dependence:
Dependence:
Introduction
Typing text on official text object , or official sprite font object or official text box plugin, or rex_tagtext object.
Typing text on official text object , or official sprite font object or official text box plugin, or rex_tagtext object.
Usage
Sample capx
Sample capx
Prepare
Put rex_timeline plugin into project, and put this behavior under official text object , or official sprite font object or official text box plugin or rex_tagtext object.
Put rex_timeline plugin into project, and put this behavior under official text object , or official sprite font object or official text box plugin or rex_tagtext object.
Typing
Call "Action:Type text" to type text. Typing speed could be changed by "Action:Set typing speed".
"Action:Stop typing" could stop typing. And "Action:Append text" could append new text in the end of current content.
"Condition:On typing completed" will be triggered when typing the last character.
Call "Action:Type text" to type text. Typing speed could be changed by "Action:Set typing speed".
"Action:Stop typing" could stop typing. And "Action:Append text" could append new text in the end of current content.
"Condition:On typing completed" will be triggered when typing the last character.
Pause or resume
Call "Action:Pause" or "Action:Resume" to pause or resume typing.
Call "Action:Pause" or "Action:Resume" to pause or resume typing.
On typing each character
Sample capx
"Condition:On text typing" will be triggered when typing each character. It could be used to add a cursor after the last character of current typed text.
Sample capx
"Condition:On text typing" will be triggered when typing each character. It could be used to add a cursor after the last character of current typed text.