I have not finished yet with this task, mainly because of real-life business, along with me not understanding arrays very well.
I have some more questions, if anyone would be kind enough to answer.
1) Tulamide, when you say in your post
"set timestamp to 'timer'"
Is timer a global variable? Or is it a behavior? Same with timestamp.
I am unsure, because I can't find anything preset that I can set them too. I am unfamiliar with CC expressions, and it looks like the Wiki for CC has been hidden away somewhere.
2)
So the way I am understanding arrays, they are like grids with values at each of the grid spaces.
Now, I want a high-score table where people can enter their names, but I don't want something like "type your name here" since that is kind of lame.
I was wondering, that maybe I can set up an array which has in each space the value for a letter, like A, or H, or a number, 0-9. Stuff like that.
Of course, I don't know how I'd get that to work, but is it possible?
3) Tutorials seem to be split on this- to do a score system, and a high-score system, do you go with arrays, or do you go with INI files (perhaps protected by CRC32), or perhaps some mixture of the two? Whatever is easier is good for me!
As I said in my now defunct OP account, this is the last major thing (and it's quite a major thing!) before the game is complete, so any and all help would be appreciated, on top of the kind and generous help I've received thus far.