display text question
jstrahan
Member Posts: 498
is it possible to display text and a variable on the same actor like
Score: game.score
Score: game.score
Comments
"`..`" is a text concatenate function
Could you do me favor and show me a little more detail?
Thanks
Greg
Add behaviour 'Display Text'
Click the down arrow and type exactly what barkbark00 said.
"score:"..game.score
That will show up as Score:--
(-- being the score value)
Greg