摘要:
首先,as2中没有文档类绑定,要想实现类似文档类的绑定,也是有方法的,当然,写了个简单的绑定类,可以将指定的类绑定到指定的movieclip: 程序代码 :1 class Binding { public static function bindTo($target, $class) { $target.__proto__ = $class.prototype; $target.constructor = $class; $target... 阅读全文
posted @ 2012-04-17 00:11
ddw1997
阅读(201)
评论(0)
推荐(0)

浙公网安备 33010602011771号