Displaying text and attribute in one actor?

DanielDoeDanielDoe Member Posts: 307
edited December 2011 in Miscellaneous
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.

Comments

  • DanielDoeDanielDoe Member Posts: 307
    anyone?
  • cbtcbt Member Posts: 644
    "Score:".."game.score"

    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
Sign In or Register to comment.