How do I make a scroll opportunity in Text object.
I've got a long text that is too long to be fully visible on the screen, therefore, I need this magic thing like scrolling. Is it possible to create one and how to do it?
Develop games in your browser. Powerful, performant & highly capable.
With the text object you will have to program everything yourself.
The Text Input object though can be set as a text area in its properties and gives "magically" the scrolling bar(s) you are looking for.
You can also use this addon:
construct.net/en/forum/extending-construct-2/addons-29/behavior-scrolling-for-text-sp-47715
Here is a little demo I made (you need to install the addon to open it):
dropbox.com/scl/fi/f6my0kwbgpwtn00us01p6/ScrollText.capx