Strike Force Heroes 2
The explosive sequel to the hit game Strike Force Heroes!
3.98 / 5.00 8,790 ViewsObsolescence
Defeat the enormous mechanical beasts--and become one of them.
4.01 / 5.00 42,995 Viewsimport com.newgrounds.API;
API.connectMovie(api_id:String, encryption_key:String, debug_mode:Boolean);
import com.newgrounds.API;
import com.newgrounds.API;
import com.newgrounds.APIEvent;
function onAPIConnected(event:ApiEvent) {
if (event.success) {
trace("You have connected to the API");
} else {
trace("The connection has failed");
}
}
API.addEventListener(APIEvent.API_CONNECTED, onAPIConnected, true);
API.connectMovie(<api_id>, <encryption_key>, true);