Display Text (advanced)
sebmacfly
Member Posts: 1,018
Hi there
I would like to use "Display text" to write a series of words...
Like that : Player lives : 3 for a score of 2560
"Player lives :" is a text, 3 and 2560 are 2 attributes...
i have to write it in the same "Display text" behavior...
What i have to do?
Thanks...
I would like to use "Display text" to write a series of words...
Like that : Player lives : 3 for a score of 2560
"Player lives :" is a text, 3 and 2560 are 2 attributes...
i have to write it in the same "Display text" behavior...
What i have to do?
Thanks...
Comments
Player lives : '..'3'..' for a score of '..' 2560
http://gsproforum.com/viewtopic.php?f=21&t=111
So it's "Player lives:"..game.lives.."for a score of :"..game.scoreP1
The problem is that i can't write spaces... I can only write that :
"Playerlives:"..game.lives.."forascoreof:"..game.scoreP1
Alt + Enter = Line feed