Add text to text attribute
gand
Member Posts: 54
I there a way in expression editor to add a static text to a text attribute ?
I try this with no success:
Or a way to join two text attributes?
I try this with no success:
Or a way to join two text attributes?
Comments
game.ModuleImage..".png"
Cheers
So in Tshirts example if game.number was equal to 678
"number"..game.number..".png"
becomes number678.png very useful for all sorts of functions but vital for manipulating images.
Great for other things too http://gamesalad.com/forums/topic.php?id=10507
Indeed I'm trying to switch actor's image by user with mouse down/inside + key pressed.
Thanks.