Hi guys! I wanted to know is there a way to successfully connect to Newgrounds’ API in Clickteam? i need to know as I created an account on Newgrounds, and wanted to put in medals and scores.
Connecting to Newgrounds API?!
Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.
A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.
Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!
Clickteam.
A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.
Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!
Clickteam.
-
-
Still no one replies LOL.
-
Still no one replies LOL.
Hi, when finished my works i will try to make an extension to upload html5 games to Newgrounds using their sdk libs ... this wil take some times so be patient;
I can not drop projet for starting another one ; -
Hi, when finished my works i will try to make an extension to upload html5 games to Newgrounds using their sdk libs ... this wil take some times so be patient;
I can not drop projet for starting another one ;I just wanted to know if it was possible using their current APIs via: Please login to see this link. and integrating the Please login to see this link. into the folders. Now, I do not know if this is possible. Is it?
If so, how would I do it?
-
I just wanted to know if it was possible using their current APIs via: Please login to see this link. and integrating the Please login to see this link. into the folders. Now, I do not know if this is possible. Is it?
If so, how would I do it?
You must code an extension to use their API , and use events on fusion;
eg: post score
Codefunction postScore(scoreboard_id, score_value) { /* If there is no user attached to our ngio object, it means the user isn't logged in and we can't post anything */ if (!ngio.user) return; ngio.callComponent('ScoreBoard.postScore', {id:scoreboard_id, value:score_value}); } postScore(some_scoreboard_id, your_score);
If button clicked : postScore some_scoreboard_id (first input) and the score in (second input);
I use visual studio community 2019 and Html5 Sdk of CT to produce .mfx file and .js file.. -
You must code an extension to use their API , and use events on fusion;
eg: post score
Codefunction postScore(scoreboard_id, score_value) { /* If there is no user attached to our ngio object, it means the user isn't logged in and we can't post anything */ if (!ngio.user) return; ngio.callComponent('ScoreBoard.postScore', {id:scoreboard_id, value:score_value}); } postScore(some_scoreboard_id, your_score);
If button clicked : postScore some_scoreboard_id (first input) and the score in (second input);
I use visual studio community 2019 and Html5 Sdk of CT to produce .mfx file and .js file..I know nothing about coding an extension unfortunately. How long do you think it will take to finish your project and move onto the Newgrounds extension? Will it be able to download for free?
I'm sorry if I'm bothering you or being a little bit pushy, but it has been a while since the last Newgrounds extension was developed for free in the Flash Clickteam extension.
Flash isn't supported and I don't want to buy it if the extension doesn't work. I actually don't think that the Newgrounds extension works for Flash anymore unfortunately.
-
I know nothing about coding an extension unfortunately. How long do you think it will take to finish your project and move onto the Newgrounds extension? Will it be able to download for free?
I'm sorry if I'm bothering you or being a little bit pushy, but it has been a while since the last Newgrounds extension was developed for free in the Flash Clickteam extension.
Flash isn't supported and I don't want to buy it if the extension doesn't work. I actually don't think that the Newgrounds extension works for Flash anymore unfortunately.
6 months to start and finish, i have massive todo list, sorry for that ;
-
6 months to start and finish, i have massive todo list, sorry for that ;
Hey. Have you got the time to do this? I really do appreciate it if so.
-
Hey. Have you got the time to do this? I really do appreciate it if so.
Be patient please , i am now on C# project and after that some android java project waiting and hope return to javascript for your request;
I lost two months without a computer!
Regards -
Be patient please , i am now on C# project and after that some android java project waiting and hope return to javascript for your request;
I lost two months without a computer!
RegardsI mean... April last year up until now...
Thanks.
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!