:::: 菜单 ::::
日志标签:

xrope-用于原生AS3显示对象的简单layout库

收藏一个AS3库: xrope by eidiot (http://eidiot.github.com/xrope/zh.html)
这是一个用于原生AS3显示对象的简单layout库。

特点

  • 用于原生AS3显示对象,没有Flex或任何其它依赖。
  • AtomLayout 使用 getBounds() 排列显示对象,不用担心注册点问题。
  • 组合 layout 元素/组 非常容易,不需要额外的显示容器。 (example)

如何使用

  • 创建一个实现 ILayoutGroup 接口的 layout group 并根据需要设置属性。
  • 添加显示对象或其它 ILayoutElement。
  • 调用 layout() 方法

详情http://eidiot.github.com/xrope/zh.html