- 授权协议: BSD
- 开发语言: Dart
- 操作系统: 跨平台
- 软件首页: http://www.stagexl.org/
- 官方下载: https://github.com/bp74/StageXL
软件介绍
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);
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》 这本书的介绍吧!
