BackDoor- Door 1
You find yourself in a strange house with only a man on the phone as a guide.
4.13 / 5.00 25,829 ViewsMini Commando
Action adventure game with nazi enemies in the second world war.
3.96 / 5.00 21,035 Viewsimport com.newgrounds.*;
API.connect(root, "Your API ID", "Your Encryption Key");import com.newgrounds.*;
API.addEventListener(APIEvent.API_CONNECTED, onAPIConnected);
API.connect(root, "Your API ID", "Your Encryption Key");
function onAPIConnected(event:APIEvent):void
{
if(event.success)
{
trace("The API is connected and ready to use!");
}
else
{
trace("Error connecting to the API: " + event.error);
}
}