rex_text_scrolling
Plugin, ACE table, Discussion thread
Dependence: official text plugin, or official sprite font plugin, or rex_tagtext plugin, or rex_bbcodetext plugin
Dependence: official text plugin, or official sprite font plugin, or rex_tagtext plugin, or rex_bbcodetext plugin
Introduction
Scroll content of text on official text object , or official sprite font object, or rex_tagtext object.
Scroll content of text on official text object , or official sprite font object, or rex_tagtext object.
Prepare
Put this behavior under official text object , or official sprite font object, or rex_tagtext object.
Put this behavior under official text object , or official sprite font object, or rex_tagtext object.
Content
The content of text is set by "Action:Set content", or "Action:Append content" in this behavior, instead of "Action:Set content", or "Action:Append content" in text object.
The content of text is set by "Action:Set content", or "Action:Append content" in this behavior, instead of "Action:Set content", or "Action:Append content" in text object.
Scrolling
There are 3 ways to scroll displaying lines after set content.
There are 3 ways to scroll displaying lines after set content.
Line
Sample capx
Call "Action:Scroll by line index", "Action:Next line", or "Action:Previous line" to change the displaying lines.
Sample capx
Call "Action:Scroll by line index", "Action:Next line", or "Action:Previous line" to change the displaying lines.
Page
Sample capx
Call "Action:Next page", or "Action:Previous page" to change the displaying lines. "Condition:Last page" will return true if current page is the last page.
This sample capx will display content page by page with typing.
Sample capx
Call "Action:Next page", or "Action:Previous page" to change the displaying lines. "Condition:Last page" will return true if current page is the last page.
This sample capx will display content page by page with typing.
Percentage
Sample capx
Call "Action:Scroll by percentage" to change the displaying lines. This could be used to create a scrollable text object.
Sample capx
Call "Action:Scroll by percentage" to change the displaying lines. This could be used to create a scrollable text object.