大约有 516 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0040 秒)
Laya_社区(230) Laya3.0_api(103) Laya2.0_api(81) laya_api(62) Laya2.0_文档(16) Laya2.0_示例(10) Laya_示例(9) Laya3.0_文档(5)
...fer = Loader.getRes(mAniPath); mFactory = new Templet(); mFactory.on(Event.COMPLETE, this, parseComplete); mFactory.parseData(tTexture, arraybuffer, 10); } function parseComplete() { for (var i = 0; i = tAnimNum) { mActionIndex = 0; } for (var i = 0, n = mAnimationArray.length; i = []; private mFact...
来源: Laya_示例 发布时间: 20241119
...er(); loader.contentLoaderInfo.addEventListener(Event.COMPLETE,assetLoadComplete); loader.load(new URLRequest("res/data.swf"),context); } private function assetLoadComplete(event:Event):void { ...
来源: Laya_社区 发布时间: 20170317
...义事件 我自己写的类怎么绑定 classthis.stage.event(this.EVENT_COMPLETE,'complete'); 2017-01-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 请参考自定义事件:时间...
来源: Laya_社区 发布时间: 20170110
...nt=Loader.getRes(resInfo.originalUrl); } resInfo.event(/*laya.events.Event.COMPLETE*/"complete",content); resInfo.offAll(); this._infoPool.push(resInfo); this._statInfo.loaded++; this.event(/*laya.events.Event.PROGRESS*/"progress",this.getProgress()); } 调试结果 (no filename):1 //res/Bag.json...
来源: Laya_社区 发布时间: 20200429
... 个回复 cuixueying 赞同来自: ohkei 请为你的swf实例监听Event.COMPLETE事件即可,当swf播放完成后,会出发Event.COMPLETE事件。 2017-01-16 1 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 ohkei as3、as2、h5 相...
来源: Laya_社区 发布时间: 20170116
...der:URLLoader = new URLLoader(); loader.addEventListener(Event.COMPLETE, onConfigLoaded); loader.load( new URLRequest(".dev") ); } private function onConfigLoaded(evt:Event):void { var params:URLVariables = new URLVariables(); para...
来源: Laya_社区 发布时间: 20200217
...t(); mFactory.loadAni("NiuXingTianXia/spine/start2.sk"); mFactory.on(Event.COMPLETE, this, function () { mArmature = mFactory.buildArmature(); mArmature.pos(650, 330); mArmature.play(0, false); this.addChild(mArmature); }); 2017-11-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找...
来源: Laya_社区 发布时间: 20171129
...mAniPath = "Dragon/Dragon.sk"; mFactory = new Templet(); mFactory.on(Event.COMPLETE, this, parseComplete); mFactory.loadAni(mAniPath); } public function destroy():void { mArmature.stop();//停止龙骨动画播放 removeEvent();//移除事件 mArmature.removeSelf();//从显示列表移除龙骨动...
来源: Laya_社区 发布时间: 20170406
...Line(); timeLine.to(sp, {y: yy}, 3000, Ease.linearIn); timeLine.once(Event.COMPLETE,this, complete,[sp,timeLine]); timeLine.play(0,false); } //清理缓动的函数 private function clearTime(timeLine:TimeLine):void { timeLine.destroy(); } //缓动播放完成后的回调 private function complete(s...
来源: Laya_社区 发布时间: 20161207
...aya.core.js:999) at Loader.event (laya.core.js:1038) at Loader.complete (laya.core.js:18719) at Loader.onLoaded (laya.core.js:18675) at EventHandler.runWith (laya.core.js:997) at HttpRequest.event (laya.core.js:1038) at HttpRequest.complete (laya.core.js:18328) ...
来源: Laya_社区 发布时间: 20200518