Display Text Issues.
Omegas7
Member Posts: 37
Ok, here I go:
1. Is it me or the align options don't work properly? They seem to always appear at the center...
2. How about if I want to show plain text PLUS an attribute? Like this:
"You got 25"
"You got" is the plain text and 25 is the attribute value, let's say, game.score.
It won't work using the expression editor when I put something like...
"You got" + game.score
or
You got game.score
Or does it work? (Haven't tested it much).
1. Is it me or the align options don't work properly? They seem to always appear at the center...
2. How about if I want to show plain text PLUS an attribute? Like this:
"You got 25"
"You got" is the plain text and 25 is the attribute value, let's say, game.score.
It won't work using the expression editor when I put something like...
"You got" + game.score
or
You got game.score
Or does it work? (Haven't tested it much).
Comments
You can string different elements together using two dots like this:
"You got "..game.score
Hope that helps!
Looks like the center of the actor is the center of the longest row.
CodeMonkey needs a vacation.
But when I make multiple lines, the behavior would show them in a single line instead of multiple ones...
Is there a way to display multiple text lines at once instead making many actors...?