So I can use timer in calculations, and it'll give me the time since the layout started? That's cool!
I have two questions about text, if that's cool.
1) How can I display variables in a text object? Everything I try just displays the variable name.
2) Is it possible to concatenate variables and nonvariables? I basically want to have a text object read Variable1.Variable2 , so I'd need to have a variable, a text thing, and another variable.
And one question that isn't about text
I want to use that timer that Ashley mentioned, and at the end of every level I'd like to write the value of Timer to a variable so that at the end of the game you can see all your times. Is there a way to dynamically determine what variable is written to (I guess this deals with concatenation as well). Like, if I have a variable called CurrentLevel that is currently set to 3, can I make it so that Construct will write to levelTime3? (or levelTime'CurrentLevel')?