hello there. i noticed that text object height may be no more than 15 898. is there any way to increase that number, lets say up to 100 000?
ps. you can set more than 15 898 in construct, but when you launch the project, text object will be black.
Why would you want to do that?
15898 seems like overkill to me already..
Why not use multiple textobjects and/or cut the text up into pieces that fit?
[quote:1bziaqlf]Why not use multiple textobjects and/or cut the text up into pieces that fit?
well yes, i thought about it, and if there is no other way, that what will do. but it would be more easier if i can use 100 000 height and more)
What would be the benefit?
15898 is already more than 10x what would fit on one screen..
Using tokenAt you wouldn't even have to cut your text into parts, just add a separator where needed..
Develop games in your browser. Powerful, performant & highly capable.
[quote:3ibg5egz]Using tokenAt you wouldn't even have to cut your text into parts, just add a separator where needed..
oh. that is really good idea. thank you