If you have a bunch of text objects and you want each to be set to something different, you can give it an instance variable, so you can select the object easily later. For example:
Textobject variable "name" = "level" > "Set text to "Level " & level
Textobject variable "name" = "score" > "Set text to "Score " & score
Textobject variable "name" = "lives" > "Set text to "Lives " & lives
etc
[quote:3vqw4dtu]I don't want to create new ones due to the size
What's this supposed to mean?