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,821 ViewsMini Commando
Action adventure game with nazi enemies in the second world war.
3.96 / 5.00 21,018 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);