I need to show a list of games a user has assigned to them in Construct2. I'm brand new to the program and am at a loss at how I can do this. What I need to do is use the AJAX function to call an external resource; that resource will return JSON, and from that JSON, I need to loop through each and every item and build a representation of the game in a list like so:
[Picture] [Player Name] [Score]
[Last Played X]
[Picture] [Player Name] [Score]
[Last Played X]
[Picture] [Player Name] [Score]
[Last Played X]
What is the way this would be handled using Construct2 editor?