toggle menu
Categories
Discussions
Dashboard
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Dashboard
Sign In
·
Register
×
Home
›
GameSalad 101
›
Working with GS (Mac)
display text question
jstrahan
Member
Posts:
498
April 2010
edited November -1
in
Working with GS (Mac)
is it possible to display text and a variable on the same actor like
Score: game.score
Comments
BarkBarkCo
Member
Posts:
1,400
April 2010
`"score:"..game.score`
"`..`" is a text concatenate function
greglevy
Member, PRO
Posts:
85
April 2010
Hi barkbark00,
Could you do me favor and show me a little more detail?
Thanks
Greg
RH
Member
Posts:
1,079
April 2010
Create an actor
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)
greglevy
Member, PRO
Posts:
85
April 2010
Thanks!
Greg
Sign In
or
Register
to comment.
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