Display text with expression + Text
So What I want to do is put an expression and text in the same box. Can this be done?
In code it would look like this.
Game.score" /500"
But that doesn't work. Im sure there is a very simple solution I am over looking
In code it would look like this.
Game.score" /500"
But that doesn't work. Im sure there is a very simple solution I am over looking
![:) :)](http://forums.gamesalad.com/plugins/emojiextender/emoji/twitter/smile.png)
Comments
game.score.."/500"
___________________________________________________________________________________
Project Help from Tenrdrmer Click Here
GS BubbleBall Template HERE!!
Stacks Level Selection Template HERE!!
Expanding Option Menu Template HERE!!
Tenrdrmer's Menu # 3 HERE!!
AppSolute Entertainment on Facebook
AppSolute Entertainment on iTunes
Round X - N Objects Needed
I put "Round" in one text attribute. The X came from an integer attribute that automatically incremented by 1 after every round was completed. Then I put " - " in another text attribute. The N came from another integer attribute that increased by a certain amount every round. Finally, I had another text attribute with the " Objects Needed" text. Putting all those attributes in one Display Text allowed me to create one dynamically updated actor that automatically showed what round it was and how many objects were needed.
Hope that's helpful!