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
BackUpAndDown
Member
Posts:
685
January 2011
edited November -1
in
Working with GS (Mac)
Hey, is it possible to show text and attributes in a single display text behaviour? I want the text to read "Level (attribute)".
Comments
jonmulcahy
Member, Sous Chef
Posts:
10,408
January 2011
I think you can put it in like
"Level"..game.attribute
you can't actually put a space in there, so I created an attribute called space which is just a blank character so i did something like
"Level"..game.space..game.attribute
that SHOULD work
MarkOnTheIron
Member
Posts:
1,447
January 2011
On the expression editor write: "Level".. and then double-click on the attribute you want to attach.
If you want a space after the Level hit alt+space before the second quotation mark.
jonmulcahy
Member, Sous Chef
Posts:
10,408
January 2011
i didnt know about that alt-space trick. thanks!
MarkOnTheIron
Member
Posts:
1,447
January 2011
Yes it's really useful. I got that tips from another user but forgot who he was...
BackUpAndDown
Member
Posts:
685
January 2011
When I tried that it just said "Invalid Expression"... I'm not sure how I could of messed something that simple up. =P
Sign In
or
Register
to comment.
Comments
"Level"..game.attribute
you can't actually put a space in there, so I created an attribute called space which is just a blank character so i did something like
"Level"..game.space..game.attribute
that SHOULD work
If you want a space after the Level hit alt+space before the second quotation mark.