OpenFL compatibility tester|程式庫與試用程式線上App不用買

シェア記事:

【免費程式庫與試用程式App】OpenFL compatibility tester-APP點子

All this app does is show a single image. You don't need this unless you want to test device for compatibility with OpenFL. Attempts to open and display the default OpenFL logo against a white background.

package;

import flash.display.Bitmap;

import flash.display.BitmapData;

import flash.display.Sprite;

import openfl.Assets;

class Main extends Sprite {

public function new () {

【免費程式庫與試用程式App】OpenFL compatibility tester-APP點子

super ();

var bitmap = new Bitmap (Assets.getBitmapData ("assets/openfl.png"));

addChild (bitmap);

bitmap.x = (stage.stageWidth - bitmap.width) / 2;

bitmap.y = (stage.stageHeight - bitmap.height) / 2;

}

}

免費玩OpenFL compatibility tester APP玩免費

免費玩OpenFL compatibility tester App

OpenFL compatibility tester APP LOGO

OpenFL compatibility tester LOGO-APP點子

OpenFL compatibility tester APP QRCode

OpenFL compatibility tester QRCode-APP點子
熱門國家系統支援版本費用APP評分上架日期更新日期
未知Android
Google Play
1.0.0
App下載
免費
1970-01-012015-04-21
シェア記事: