Hello! First of all i want to thank you for this great plugin. Its concept it's awesome!
But sadly, i am having a few problems and i can't make it to work. I read the tutorial about how implement the API and i read all the entries of this topic to see if i could find the error.
- The first problem: (i don't know for sure if it's a Construct bug or the plugin itself)
<img src="https://dl.dropbox.com/u/5143153/BugClay.IO/ActionsBug.png" border="0">
If i pass the mouse near some actions, they disappear. If i pass again they come back:
<img src="https://dl.dropbox.com/u/5143153/BugClay.IO/ActionsNotBug.png" border="0">
In the Conditions, just the "Leaderboard Score Posted" disappears. The Construct Native's plugins work fine and the others third parties plugins too. I don't think if it's a Graphic Card problem, but i can be wrong.
- Now the second problem. I followed the tutorial and tried to implement the API in an game of mine. When i double-click the action "Show Leaderboard", it doesn't show no window for input the parameters. It just add the action and go back to the event sheet editor. The tutorial shows this window:
<img src="https://dl.dropbox.com/u/5143153/BugClay.IO/ShowBug.png" border="0">
But for me it's no good. It shows nothing, just go back to the event sheet editor. Okay then, maybe i did something wrong. Created a blank .capx and did a simple post score and show leaderboard system. Same thing, doesn't show nothing. I downloaded the test.capx :
http://clay.io/plugins/scirra/test.capx
And nothing too. When I run the project, any project with Clay.io or even the test.capx, this is what i got:
<img src="https://dl.dropbox.com/u/5143153/BugClay.IO/noscoreBug.png" border="0">
The debug mode it's disabled so i think i could at least post the score. But I'm not receiving data at all. I created a game in Clay.io site again, added a leaderboard to it and i got the same thing, no entries. Okay, so I searched more deeply and I found the Fetch action. Did a new post and show score system using Fetch this time. Used the Fetch like Austin explained, outside the loop:
<img src="https://dl.dropbox.com/u/5143153/BugClay.IO/austinway.png" border="0">
But it's look like that I sending a null value or receiving a null value. Cause this is the result:
<img src="https://dl.dropbox.com/u/5143153/BugClay.IO/fetchbug.png" border="0">
I'm sending this in Post Score Action:
<img src="https://dl.dropbox.com/u/5143153/BugClay.IO/PostBug.png" border="0">
I thought the APIKey could be wrong. To be sure, i created a new game, a new APIKey and a new LeaderBoard. See:
<img src="https://dl.dropbox.com/u/5143153/BugClay.IO/APIkey.png" border="0">
And the same result. I played other games at Clay.io and the scoreboard shows everything ok. If it helps, here the .capx i was using:
https://dl.dropbox.com/u/5143153/ClayTest.capx
Just for you know, when I post to Facebook Wall, the value goes right.
I'm using
- Google Chrome - 20.0.1132.57 m .
- Windows 7 64bits.
If you need the specs of my machine, let me know.
Sorry for the long post. But even with some hits in the wall, I think this plugin is incredible and it will be a strong weapon for Construct 2 users. Great Job Austin, i hope you continue the good work.
ps- Sorry for my English.