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,820 ViewsMini Commando
Action adventure game with nazi enemies in the second world war.
3.96 / 5.00 21,018 Viewsimport com.newgrounds.API;
API.setVersion(version:String);
import com.newgrounds.API;
import com.newgrounds.APIEvent;
var this_version:String = "1.0.1";
API.setVersion(this_version);
function onNewVersion(event:APIEvent) {
var url:String = event.url;
var version:String = event.version;
trace("Version "+version+" is avaliable at: "+url);
}
API.addEventListener(APIEvent.NEW_VERSION_AVAILABLE, onNewVersion);