I'm kind of stuck on a project currently. I need to use the antisuspend plugin to keep multiplayer from missing messages if the player is tabbed out (has been creating issues with my turn based game), but it requires worker mode and the newgrounds api plugin ports require worker mode disabled.
So I'm trying to utilize the new Newgrounds.io javascript library, but as I'm not very skilled at javascript I'm not sure how to get going. After two hours of labor all I've managed to accomplish is getting it to open the log-in window. I'm now stuck on trying to set a global variable to the logged in user's name ><
So I'm reaching out to any fellow Newgrounds developers: Have you begun using the new javascript library in your games? How are you doing it? If anyone has examples I can look at I would greatly appreciate it!