Under rating threshold (hideshow)
@hihiouu I would suggest using the free "Contruct 2.":http://scirra.com There is no scripting needed, and it is pre-programmed with the API. It's free up to 100 events (triggers), so you may need to upload multiple games.
Under rating threshold (hideshow)
If you are unable to get the API-reference from kongregateAPI.getAPI(); it's probably because you are using it in a place where this-keyword have a different context which causes the API to not find this._services. An workaround is to get it from window.kongregateAPI._services instead.
Under rating threshold (hideshow)
Okay, I have a great suggestion that will work, if you made this document, for all us noobs out here, make a dummy game in Unity, enable the API feature and then everyone will know how to do it. I could spend a week messing with this and probably not get it right. This document is PERFECT...if you already know what you are doing. It doesn't help if you have never done this before, I would make it "for dummies" or you're not going to help nearly as many people.
Under rating threshold (hideshow)
^ oops I mean make a example game and record it then post it on youtube or something, a video tutorial would explain a lot. It's piecemeal otherwise.
Under rating threshold (hideshow)
It's honestly pretty simple stuff. If you want to know what the heck all that text is, just take a few tutorials online in javascript. They give you all the specifics, all you have to do is put in your sites information where it specifies. For example, "Index" is the page your game will be on. Its mostly html references, which you can become familiar with through looking at the coding of webpages put out through companies. It might take a few days or even a week to understand it, but its not so hard once you do.