请教以下 as3 代码的意思,谢谢! ExternalInterface.addCallback
private function main() : void{ T_type = new Type() ;this.addChild(T_Scene) ;ExternalInterface.addCallback("createTerrain", createTerrain) ;}
其他答案
这是某个类中一个私有函数T_type = new Type() ;创建一个Type类的实例,命名为T_typethis.addChild(T_Scene) ;将T_Scene添加到当前的显示容器中ExternalInterface.addCallback("createTerrain", createTerrain) ;调用ExternalInterface类中定义的静态 展开
2010-11-20 11:13
来自北京市
赞(0)点赞赞(0)举报
免责声明:问答内容均来源于互联网用户,房天下对其内容不负责任,如有版权或其他问题可以联系房天下进行删除。




