Hello!
I'm having trouble getting a response back from my REST API within Stencyl and I don't know where else to turn!
I have a simple REST API for my site that deliver's a user's current points at
http://steplab.org/REST/points/1 (for user 1)
http://steplab.org/REST/points/2 (for user 2) etc. I can then post points using a POST call to the same URL once the user finishes my game.
If I load the REST get URL in my browser, I see the correct response (user 1 has 6967 points). But when I load this into Stencyl, I get nothing. What am I doing wrong? I suspect it's something really simple but I can't see it.
Any help would be great!
PS the "getresponse" attribute is a text object, but I've also tried a number object. Neither appears to get updated (I have another event that draws them on the screen)