Strike Force Heroes 2
The explosive sequel to the hit game Strike Force Heroes!
3.95 / 5.00 10,534 ViewsObsolescence
Defeat the enormous mechanical beasts--and become one of them.
4.03 / 5.00 47,289 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);
}
}