Recent posts by Corneguidouille on Kongregate

Subscribe to Recent posts by Corneguidouille on Kongregate

avatar for Corneguidouille Corneguidouille 2 posts
Flag Post

Topic: Kongregate APIs / How to retrieve stats from Kongregate server?

Ok, thanks!

It’s weird to have removed this feature.

All games need this to save and load game datas online.

Too bad, I’ll look for another solution.

Thanks ;-)

 
avatar for Corneguidouille Corneguidouille 2 posts
Flag Post

Topic: Kongregate APIs / How to retrieve stats from Kongregate server?

Hi!

I submit stat to Kongregate server with the following function:

submit(statName:String,value:Number):void

for example:

kongregate.stats.submit(“HighScore”,398);

It’s work fine but now I want to retrieve this stat from Kongregate.

How can I achieve this ?

Thanks in advance,

Regards.