Displaying text and attribute in one actor?
DanielDoe
Member Posts: 307
Does anyone know how to separate a text and attribute in one text field so that it displays both text and attribute in one actor?
e.x.
"Score:" game.score
Score: = this is text
game.score = game attribute
How to put it in one actor in one Display text field.
e.x.
"Score:" game.score
Score: = this is text
game.score = game attribute
How to put it in one actor in one Display text field.
Comments
This should be the correct way. Put " in the beginning and at the and of anything you want to separate and put .. between them. Another exapmle;
"My name is: ".."self.time".." and ".."game.Score"
This should return ---> My name is: 133 and 44