Add a seperator after the amount of text that can be displayed in one textbox is reached, for instance |
(choose a seperator that won't appear in your text)
add a variable WhichPageAmI
set the textbox to tokenat("YourText",WhichPageAmI,"|")
on next page just add 1 to WhichPageAmI
so if the text is
With Scirra Construct you can create the most awesome games and if you need help you just ask on the forum.
and you add | somewhere..
With Scirra Construct you can create the most awesome games |and if you need help you just ask on the forum.
now you have TokenAt 1 and TokenAt 2
This way you could very easily chop your text up into pieces without chopping your text up..