How to display a variable and a string in the same text ??
Hi guys, for my score game, i would like to display in the same text field a text saying "your actual score is" and the score (the integer variable), all in the same textfield. Is this possible or do i need to create two actors?
Comments
"Your actual score is "..game.score
Obviously click through and select your score attribute instead of typing it.
For the space after 'is' use ALT+Space but still in the speech marks.
Ace