// keyboardButton.translateGlobal(new Vector3D(5,5,0));
keyboardButton.translateGlobal(new Vector3D(-2,app.height-keyboardButton.getWidthXY(TransformSpace.GLOBAL)+2,0));
topLayer.addChild(keyboardButton);
// progressBar = new MTProgressBar(app, app.loadFont(MT4jSettings.getInstance().getDefaultFontPath()+ "Ziggurat.vlw"));
progressBar = new MTProgressBar(app, app.createFont("arial", 18));
progressBar.setDepthBufferDisabled(true);
progressBar.setVisible(false);
topLayer.addChild(progressBar);