Way to make text paragraph
wsuhoops
Member Posts: 28
Is there a way to make text go in a normal text box instead of the one long line its always in. This is extremely frustarating.
Comments
Text Box Line 1 - "Hello, good sir! I'd like to invite"
Text Box Line 2 - "you to the opportunity of a"
Text Box Line 3 - "lifetime!
Then you'd append these into a single Display Text behavior, like -
Text Box Line 1.."\n"..Text Box Line 2.."\n"..Text Box Line 3
You're going to want to make sure this collective text doesn't go over about 150 characters, because Gamesalad has an issue on some IOS devices where this displays as a white box instead of text. You could always use a different Display Text behavior for each line, but this is bad too because Gamesalad displays each line of text slightly differently, lol. So it would look weird.
Also keep in mind that you're going to want to center the text, because left / right align doesn't work consistently. And that your Display Text behavior is going to be centered around the size of your actor / background image, so size it accordingly.