Hi mates I'm creating a leaderboards website for HTML5 games so i'm trying to integrate Construct 3.
I already success on create player, set player score and get player score, but when i try to display all scores of the game...
The website accept a game generate a Game ID, API secret key so in the AJAX request from Construct 3 project, add the url to send a POST request, with that data the Game ID and Secret API key.
As you can see the PHP API is ok and returns a JSON encoded data of allplayers scores of the game.
This is what i have so far.
The console and AJAX response you see all the data is there but I can't get it loaded in the JSON element in Construct 3.
Is this because of limit of Free version?
How i can parse the allplayers data?
Here is the project
Thanks