Display Text help please.
In my game I would like to make a prototype actor so that I do not have to edit in EVERy single scene. My game has several worlds and each world has many levels.
I want to actor to display the 'world' number, a dash, and the 'level' number.
For example: 1-1
I have two attributes made, both integers, one current world and current level.
In the actor when I try to display, I always get "Invalid Expression"
Thanks guys
I want to actor to display the 'world' number, a dash, and the 'level' number.
For example: 1-1
I have two attributes made, both integers, one current world and current level.
In the actor when I try to display, I always get "Invalid Expression"
Thanks guys
Comments
attribute current world.."-"..attribute current level
you can use it to display time if you track it:
game.Minutes..":"..game.Seconds
or money:
"$"..game.dollars.."."..game.cents
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left