Hi i need to get from a layout the time, and result from a test maybe 1 or 2 more variables. and display all of them in other layout calls "results" where i have and historic of all the results of the test with the date. in something like an excel. I was looking a little bit for information and local storage may work but i have few experience with construct 2 and i would like to know opinion or ideas for other options. =)
Do you mind if people can hack your scores?
Develop games in your browser. Powerful, performant & highly capable.
noup =). is for a target of people that probably can't find that so easily.
Yea, the LocalStorage should work fine. Or even a dictionary or global variable.
Or is it a multiplayer game?
Yea, the LocalStorage should work fine. Or even a dictionary or global variable. Or is it a multiplayer game?
just single player, but how can i display all the score stored ?
What is 'all'? You can make a global variable for each score. Or you can make a dictionary and just store the scores under keys like: "score1", "score2", etc.