Asleean actionscript 3.0 UI component lib.
Develop tools : FlashDevelop -- http://www.flashdevelop.org Adobe Flash Player
Example codeBase.document = this;
var mq:Marquee = new Marquee("News News News", this);
mq.speed = 2;
mq.setSize(200, 20);
mq.move(50, 10);
// load skin
new SkinDefine();
new Label("Hello, this is aslee component simple demo", this).move(50, 50);
var p:IBase = new Pane(100, 100, this).move(50, 100);
var p2:Pane = new ShadowPane(100, 100, this);
p2.move(160, 100);
p2.scaleX = 2;For more example codes, pls checkout svn.
30 Day Summary Feb 3 2012 — Mar 4 2012
|
12 Month Summary not available |
Copyright
©
2013
Black Duck Software, Inc.
and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a
Creative Commons Attribution 3.0 Unported License
. Ohloh
®
and the Ohloh logo are trademarks of
Black Duck Software, Inc.
in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.