StageXL

码农软件 · 软件分类 · 游戏开发包 · 2019-10-05 18:12:00

软件介绍

StageXL 是一个 Dart 编程语言包,提供了易用和完整的 API 实现令人印象深刻的 2D 内容,可用来开发类似游戏等应用。该库始于 Flash 到 HTML5 移植过程,因此 StageXL API 和大多数 Flash API 一致。

示例代码:

var textField = new TextField();
textField.defaultTextFormat = new TextFormat('Spicy Rice', 30, Color.Black);
textField.text = 'The quick brown fox jumps over the lazy dog.'
textField.x = 20;
textField.y = 20;
textField.width = 100;
textField.height = 50;
textField.wordWrap = true;
addChild(textField);

本文地址:https://www.codercto.com/soft/d/16109.html

Essential ActionScript 3.0

Essential ActionScript 3.0

Colin Moock / Adobe Dev Library / June 22, 2007 / $34.64

ActionScript 3.0 is a huge upgrade to Flash's programming language. The enhancements to ActionScript's performance, feature set, ease of use, cleanliness, and sophistication are considerable. Essentia......一起来看看 《Essential ActionScript 3.0》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具