In this tutorial you will learn how to create your own Highscores for your games, using your own free server / database. Let's go! Here's an example of how the...
In Construct2, find the Array object. Then make it have SCORES*2 elements. I mean, if you want 10 scores, you need an array with Size 20 (10 names + 10 scores), etc. Try this and let us know!
I'm sorry I don't know how or where to incorporate this in the construct event sheet :(
Think I've done it. I just increased the Array Width and Height Properties! Problem solved!
Thank you for your efforts to help me!
Maiko-Design That would be the way :) I had the same issue where my Height was 10 at default. Showing 20 gave me 10 results because the text array has both the name and the score so its divided by the variables needed, hence 20 = 10 scores :) Hope that helps too I know its late :P
Anytime! Glad it worked!! :)