Hi,
I'm not sure how to do this (a reason could be that I'm not an expert in Arrays). I also searched in the forum, but I didn't found anything similar. Maybe somebody can give me a hint.
1. Step
My program makes every specific time period a calculation and gives a result.
These results should be saved in an array with a timestamp. That means take the results, add a new y-line in array, put the result in and save it with the game-time. (e.g. time: 123 - result1: 12 - result2: 343 - result3: 1253)
2. Step
The results won't be shown everytime when the calculation is made.
There is an icon which opens a pop up and shows the first array result. The player confirms and the next will be shown, until there is no one. The results/news which the player confirmed will be deleted, so it won't show again.
I'll try to do this, but maybe somebody has an idea.
many thx